APIO 2020 Technical Specification

Here is the specification of the grader system.

Machine

C++ compiler

  • g++ 7.5.0
  • Compilation command: g++ -std=c++11 -o solution solution.cpp -O2 -lm

Java compiler

  • OpenJDK javac 1.8.0_252
  • Compilation command: javac <filename>