Language
C++
Compiler
gcc 10.1.0
Options
Warnings
Don't Use Boost
C++11
no pedantic
$ g++ prog.cc -Wall -Wextra -std=c++11
1 2 3 4 5
10 20 30 40 50
100 200 300 400 500
11 22 33 44 55
111 222 333 444 555
after storing into array:
1 2 3 4 5
10 20 30 40 50
100 200 300 400 500
11 22 33 44 55
111 222 333 444 555
Exit Code:
0