Yarnacle / usaco-judge

Runs your code against the USACO test data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

usaco-judge

Runs your code against the USACO test data

How to use

  1. Download the USACO test data zip folder from the USACO website
  2. Extract the test data
  3. Run the judge
  4. Enter the location of your compiled solution and the location of the extracted test data
  5. If your program works, your terminal will display something like this:

image

(If your program doesn't work, the judge will tell you which lines of your output aren't correct)

NOTE: The judge does not account for time restrictions

About

Runs your code against the USACO test data

License:MIT License


Languages

Language:C++ 100.0%