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
3 days ago
C++
gcc 13.2.0
Author
anonymous
3 days ago
$ g++ prog.cc -Wall -Wextra -std=c++17
[abc, 123;xyz]
[abc, 123]