Language
C++
Compiler
clang HEAD 16.0.0 (https://github.com/llvm/llvm-project.git c599650a0d2a1ae512490ca303e46ef81931c520)
Options
Warnings
Optimization
Don't Use Boost
C++2b
-pedantic
$ clang++ prog.cc -Wall -Wextra -O2 -march=native -std=c++2b -pedantic
Right! The number is 42 (42<50)
Exit Code:
0