An instance of Contest Management System (CMS) modified for APIO 2021 will be used as the grading system.
Machine
Grading will be performed on Amazon Web Services’ c5.metal Elastic Compute Cloud (EC2) instances with the following specifications:
Compiler
The exact commands used for compilation will be shown on the grading system. With the exception of certain task types, the compilation command will generally be of the following format:
/usr/bin/g++ -DEVAL -std=gnu++17 -O2 -pipe -static -s -o ${task} grader.cpp ${task}.cpp