Skip to content

alcedo/UVa-Online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UVa-Online

Repository for UVa Online Judge (repository of past ACM - ICPC Questions)

Resources:

  1. [Getting Started] http://www.ntu.edu.sg/home/ehchua/programming/icpc/icpc_getting_started.html
  2. [Test Case Generator] http://www.uvatoolkit.com/problemssolve.php

Notes

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

Other sites

Repositories with solutions

USACO

TopCoder

Blog that points to other blogs

Random Algorithm Tutorial Sites

About

Repository for UVa Online Judge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published