debug: g++ --std=c++17 main.cpp -g -o main release: g++ --std=c++17 main.cpp -O2 -o main