debug: g++ main.cpp -g -Wall -o main release: g++ main.cpp -O2 -Wall -o main