Finding creative ways to compress USACO problem statements
language = "cpp" run = "g++ src/*.cpp -o out -std=c++11; ./out; rm out"