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 4 1
2 3 2
3 2 3
4 1 4
0 42
1 42
2 42
3 42
Exit Code:
0