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.
USACOOJ/README.md
2020-01-06 13:21:57 -06:00

144 B

USACOOJ

A basic offline judge for USACO

Usage:

#include "usacooj.h"

...

void main(ifstream& cin, ofstream& cout) {
  
  ...
  
}