gcc-10 -Wall -lm -static -DEVAL -o hill -O2 hill.c
g++-10 -Wall -lm -static -DEVAL -o hill -O2 hill.cpp
g++-10 -Wall -lm -static -DEVAL -o hill -O2 hill.cpp -std=c++11
g++-10 -Wall -lm -static -DEVAL -o hill -O2 hill.cpp -std=c++14
g++-10 -Wall -lm -static -DEVAL -o hill -O2 hill.cpp -std=c++17