Posts by Alexandre Miguel de Carvalho • 11 points
2 posts
-
0
votes1
answer1173
viewsQ: How to mount an array with Std::array and Std::vector in C++11?
How to mount an array with Std::array and Std::vector in C++11 ? What is the difference between the two architectures? How to scan this array with C++11?
-
1
votes0
answers75
viewsQ: Runtime Error URI1270
I made a code in C++ to solve the problem URI 1270 Fiber Optics. I did several simulations and the code solves the problem but in the URI environment, the answer is "Runtime Error". Can someone help…