Language
C++
Compiler
clang 9.0.0
Options
Warnings
Boost 1.72.0
C++17
-pedantic-errors
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.72.0/clang-9.0.0/include -std=c++17 -pedantic-errors
,1
2
3;4
5
6,7
8
9;,10;,
----------
1 2 3
4 5 6
7 8 9
10
----------
,1 2
;4 5
,7 8
;,10;,
Exit Code:
0