CXXFLAGS=-std=c++98 -pedantic -Wall -Wextra -Weffc++ -O3 -march=native
LDLIBS=
LINK.o=g++

main: main.cpp
