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

16 lines
191 B
Markdown
Raw Permalink Normal View History

2020-01-06 19:19:21 +00:00
# USACOOJ
A basic offline judge for USACO
2020-01-06 19:21:57 +00:00
Usage:
~~~~
#include "usacooj.h"
...
2020-01-06 19:23:20 +00:00
void code(ifstream& cin, ofstream& cout) {
2020-01-06 19:29:26 +00:00
// Code that normally goes in the main function
2020-01-06 19:21:57 +00:00
...
}
~~~~