- Official Contest Rules (in PDF format).
- Contest Itinerary (in PDF format).
Programming Environment Information
The Official Contest Rules above contain all of the programming environment information. Below are the sample Java programs for console input:
- ioexample.java - an example program showing Java console I/O using the BufferedReader class
- ioexample2.java - an example program showing Java console I/O using the Scanner class