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
Anthony Wang 7d215f224b
Update README.md
2020-01-06 13:21:57 -06:00
README.md Update README.md 2020-01-06 13:21:57 -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 main(ifstream& cin, ofstream& cout) {
  
  ...
  
}