A basic offline judge for USACO
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Go to file
Anthony Wang 0e99195e17
Update README.md
3 years ago
README.md Update README.md 3 years ago
usacooj.h Add files via upload 3 years ago

README.md

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
  ...
  
}