aboutsummaryrefslogtreecommitdiff

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