(Translated by https://www.hiragana.jp/)
Online judge - Wikipedia Jump to content

Online judge

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 2806:108e:7:d:8cc7:8cc6:ddd:a2ad (talk) at 18:10, 3 July 2018. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

An online judge is an online system to test programs in competitive programming contests. They are also used to practice for such contests. Many of these systems organize their own contests.

The system can compile and execute code, and test them 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.

Online Judges have ranklists showing users with the biggest number of accepted solutions and shortest execution time for a particular problem.[1]

See also

Online Judges

References

  1. ^ Programming Challenges (Skiena & Revilla) ISBN 0387001638, ISBN 978-0387001630

Template:Z148