You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 29, 2024. It is now read-only.
<p>This is a site for USACO starter templates. This site has also been optimized to save bandwith on slow networks.</p>
15
+
<h1><aid="download"> You'll need eclipse.</h1>
16
+
<h2>Downloads</h2>
17
+
<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>
18
+
<codeclass="language-java">
19
+
20
+
21
+
22
+
/*
23
+
TASK:
24
+
ID:
25
+
LANG:JAVA
26
+
PROG:
27
+
*/
28
+
//MINIMAL CODE
29
+
import java.io.*;
30
+
import java.util.*;
31
+
public class example {
32
+
public static void main(String[] args) throws IOException {
0 commit comments