g++-10 -Wall -lm -static -DEVAL -o bubblesort2 -O2 bubblesort2.cpp grader.cpp
g++-10 -Wall -lm -static -DEVAL -o bubblesort2 -O2 bubblesort2.cpp grader.cpp -std=c++11
g++-10 -Wall -lm -static -DEVAL -o bubblesort2 -O2 bubblesort2.cpp grader.cpp -std=c++14
g++-10 -Wall -lm -static -DEVAL -o bubblesort2 -O2 bubblesort2.cpp grader.cpp -std=c++17
javac -J-Xms128m -J-Xmx512m -encoding UTF-8 bubblesort2.java grader.java