Language
C++
Compiler
gcc 11.1.0
Options
Warnings
Optimization
Don't Use Boost
C++17(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -O2 -march=native -std=gnu++17
Calling fn(10) with optimisation
Calling fn(10) normally
lamEx with x = 20
Exit Code:
0