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.
|
3 years ago | |
---|---|---|
README.md | 3 years ago | |
usacooj.h | 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
...
}