Language
C++
Compiler
gcc 11.1.0
Options
Warnings
Don't Use Boost
C++11
-pedantic
$ g++ prog.cc -Wall -Wextra -std=c++11 -pedantic
1 2 3 4 5 6
7 8 9 2 1 2
Exit Code:
0
Author
anonymous
almost 4 years ago
C++
gcc 11.1.0
Author
anonymous
almost 4 years ago
$ g++ prog.cc -Wall -Wextra -std=c++11 -pedantic
1 2 3 4 5 6
7 8 9 2 1 2