<p>This is a site for USACO starter templates. This site has also been optimized to save bandwith on slow networks.</p>
<h1><aid="download"> You'll need eclipse.</h1>
<h2>Downloads</h2>
<ahref="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/oxygen/1a/eclipse-java-oxygen-1a-win32.zip"> Eclipse windows 32 bit</a>
<codeclass="language-java">
/*
TASK:
ID:
LANG:JAVA
PROG:
*/
//MINIMAL CODE
import java.io.*;
import java.util.*;
public class example {
public static void main(String[] args) throws IOException {