A basic offline judge for USACO
This repository has been archived on 2022-01-12. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2020-01-06 13:29:26 -06:00
README.md Update README.md 2020-01-06 13:29:26 -06:00
usacooj.h Add files via upload 2020-01-06 13:19:40 -06:00

USACOOJ

A basic offline judge for USACO

Usage:

#include "usacooj.h"

...

void code(ifstream& cin, ofstream& cout) {
  // Code that normally goes in the main function
  ...
  
}