Language
C++
Compiler
gcc HEAD 12.0.0 20210721 (experimental)
Options
Warnings
Optimization
Don't Use Boost
C++17
-pedantic
Raw compiler options
-fopenmp
-Wshadow
-Wno-unused-variable
-Wno-unused-but-set-variable
$ g++ prog.cc -Wall -Wextra -O2 -march=native -std=c++17 -pedantic -fopenmp -Wshadow -Wno-unused-variable -Wno-unused-but-set-variable
10
20
30
40
20
40
60
80
Exit Code:
0