FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Java/usaco.html at master · javaarchive/Java · GitHub
This repository was archived by the owner on Feb 29, 2024. It is now read-only.
javaarchive
/
Java
Public archive
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
0
Pull requests
3
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
Java
/
usaco.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
31 lines (25 loc) · 1.23 KB
Breadcrumbs
Java
/
usaco.html
Copy path
File metadata and controls
31 lines (25 loc) · 1.23 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<
html
>
<
head
>
<
title
>
USACO raw templates
</
title
>
<
link
href
="
https://javaarchive.github.io/Programwebpages/theme.css
"
rel
="
stylesheet
"
/>
<
style
type
="
text/css
"
>
footer
{
display
:
block;
}
</
style
>
</
head
>
<
body
>
<
div
class
="
content
"
>
<
h1
>
Welcome random people
</
h1
>
<
p
>
This is a site for USACO starter templates. This site has also been optimized to save bandwith on slow networks.
</
p
>
<
h1
>
<
a
id
="
download
"
>
</
a
>
Eclipse Downloads
</
h1
>
<
a
id
="
download
"
>
</
a
>
<
h2
>
<
a
id
="
download
"
>
Downloads
</
a
>
</
h2
>
<
a
id
="
download
"
>
</
a
>
<
a
href
="
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
>
<
code
class
="
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 { BufferedReader f=new BufferedReader(new FileReader("project.in")); PrintWriter pw=new PrintWriter(new BufferedWriter(new FileWriter("project.out"))); pw.close(); f.close(); } }
</
code
>
<
h1
>
CHECK OUT usacotools.java
</
h1
>
</
div
>
<
footer
>
<
h1
>
By a person who got pass a gold problem
</
h1
>
<
p
>
Not to brag
</
p
>
</
footer
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL