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