algorithms c++ ccscpaper contest java judge practice problems programming programming.problems programming_competitions python tutorial 경시 프로그래밍
Online judge
From Wikipedia, the free encyclopedia
An online judge is an online system to test programs in programming contests. They are also used to practice for such contests.
The system can compile and execute your code, and test your code with pre-constructed data. Submitted code may be run with restrictions, including time limit, memory limit, security restriction and so on. The output of the code will be captured by the system, and compared with the standard output. The system will then return the result.
When mistakes were found in a standard output, rejudgement using the same method must be made.
Some examples of online judges are:
- Valladolid Problem Archive with Online Judge, about 2000 problems, supports C, C++, Pascal and Java programming languages
- Ural State University Problem Archive with Online Judge, over 500 problems
- Saratov State University Problem Archive with Online Judge, over 200 problems
- Peking University Online Judge, over 2300 problems including more than 200 original problems
- Moscow Problem Archive with Online Judge, not many, but high quality problems
- Sphere Online Judge, over 4000 problems formulated in English, Polish, Vietnamese, Portuguese; supports over 30 different programming languages, hosting own contests supported.
- Lviv National University Online Judge, over 100 hard ACM-type problems. Only Ukrainian language.
- Tianjin University Online Judge, over 2000 problems, virtual contests supported.
- Zhejiang University Online Judge, over 3000 problems, supports C, C++, Pascal and Java.
- Harbin Institute of Technology Online Judge
- Fuzhou University Online Judge
[edit] References
This article does not cite any references or sources. Please help improve this article by adding citations to reliable sources (ideally, using inline citations). Unsourced material may be challenged and removed. (December 2006) |