Language
C++
Compiler
gcc 10.1.0
Options
Warnings
Don't Use Boost
C++11
-pedantic
$ g++ prog.cc -Wall -Wextra -std=c++11 -pedantic
before =000
before =111
before =222
before =333
before =444
after =000
after =111
after =222
after =344
Exit Code:
0