$ g++ main.cpp -o main -std=c++17 -O2
$ ./main
-std=c++17 Standard
-O2 Optimize
-Wall Warnings
-g Debug info
-lm Link math
-fsanitize=address ASan