Language
C++
Compiler
clang 6.0.0
Options
Warnings
Optimization
Boost 1.67.0
C++17(GNU)
-pedantic
$ clang++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.67.0/clang-6.0.0/include -std=gnu++17 -pedantic
[1,2,3]
[3,0,4,0,5,0,6]
[6,7,8]
[8,0,0,9]
Exit Code:
0