Repository for UVa Online Judge (repository of past ACM - ICPC Questions)
Resources:
- [Getting Started] http://www.ntu.edu.sg/home/ehchua/programming/icpc/icpc_getting_started.html
- [Test Case Generator] http://www.uvatoolkit.com/problemssolve.php
The program reads the test input from the standard input (stdin) and places the results in the standard output (stdout). This is always the case, regardless on what the problem description says.
Every line in the input is guaranteed to be finished by the end-of-line character ('\n').
In a similar way, your program must print an end-of-line character at the end of every line
A correct output with a missing end-of-line character will not be judged as Accepted.
[Wiki Page] https://github.com/alcedo/UVa-Online/wiki/_pages
- https://github.com/marioyc/Online-Judge-Solutions
- http://f0rth3r3c0rd.wordpress.com
- http://www.questtosolve.com/
- https://github.com/baiyubin/pcuva-problems
- https://github.com/sunstick/UVa-Online-Judge
- Great for step-by-step walk through.
- [Training] http://train.usaco.org/usacogate
- [Editorials] http://apps.topcoder.com/wiki/display/tc/Algorithm+Problem+Set+Analysis
- [Tutorials] http://community.topcoder.com/tc?module=Static&d1=tutorials&d2=alg_index
- [Indian Computing Olympiad] http://www.iarcs.org.in/inoi/online-study-material/topics/