FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

USACO raw templates

USACO raw templates

Welcome random people

This is a site for USACO starter templates. This site has also been optimized to save bandwith on slow networks.

You'll need eclipse.

Downloads

Eclipse windows 32 bit /* TASK: ID: LANG:JAVA PROG: */ //MINIMAL CODE import java.io.*; import java.util.*; public class example { public static void main(String[] args) throws IOException { BufferedReader f=new BufferedReader(new FileReader("project.in")); PrintWriter pw=new PrintWriter(new BufferedWriter(new FileWriter("project.out"))); pw.close(); f.close(); } }

CHECK OUT usacotools.java

By the person who got pass the high cards silver problem

Not to brag


Back | FazBrowse Home | New Git URL