Language
C++
Compiler
gcc HEAD 15.0.0 20240804 (experimental)
Options
Warnings
Don't Use Boost
C++11
-pedantic
$ g++ prog.cc -Wall -Wextra -std=c++11 -pedantic
vector -> vector & list:
2, 4
1, 3, 5
array -> set & vector:
2, 4
5, 3, 1
Exit Code:
0