Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 557 Bytes

spec.md

File metadata and controls

23 lines (16 loc) · 557 Bytes
layout title key
single-page-md
APIO 2020 Technical Specification
spec

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>