Language
C++
Compiler
gcc 13.2.0
Options
Warnings
Don't Use Boost
C++17
no pedantic
$ g++ prog.cc -Wall -Wextra -std=c++17 [abc, 123;xyz]
[abc, 123]
Exit Code:
123
Author
anonymous
about 1 month ago
C++
gcc 13.2.0
Author
anonymous
about 1 month ago
$ g++ prog.cc -Wall -Wextra -std=c++17 [abc, 123;xyz]
[abc, 123]