Programmer's Wiki
(add modern judge platform examples)
Tags: Visual edit apiedit
Gcnit.93 (talk | contribs)
No edit summary
Tag: Visual edit
(7 intermediate revisions by 6 users not shown)
Line 9: Line 9:
 
*[http://acm.timus.ru Ural State University Problem Archive with Online Judge], over 500 problems
 
*[http://acm.timus.ru Ural State University Problem Archive with Online Judge], over 500 problems
 
*[http://acm.sgu.ru Saratov State University Problem Archive with Online Judge], over 200 problems
 
*[http://acm.sgu.ru Saratov State University Problem Archive with Online Judge], over 200 problems
*[http://www.urionlinejudge.com.br URI Online Judge], more than 700 problems formulated in English and Portuguese; supports C, C++ and Java; problems divided into 8 major categories; build-in toolkit (generate output from input)
+
*[http://www.urionlinejudge.com.br URI Online Judge], more than 1800 problems formulated in English and Portuguese; supports C, C++, C#, Java, Python, Ruby, Scala, JavaScript, Kotlin, and Go; also supports SQL; problems divided into 9 major categories
*[https://jollybeeoj.com/ Jollybee Online Judge], more than 100 problems in English and Bahasa Indonesia, weekly contests; supports C, C++, Pascal, Java, Python; Problem can be sorted by difficulty;
+
*[https://pandaoj.com Panda Online Judge], over 4000 problems including more than 200 original problems, have useful features for users.
 
*[http://acm.pku.edu.cn/JudgeOnline/ Peking University Online Judge], over 2300 problems including more than 200 original problems
 
*[http://acm.pku.edu.cn/JudgeOnline/ Peking University Online Judge], over 2300 problems including more than 200 original problems
 
*[http://acm.mipt.ru/judge/login.pl?lang=en Moscow Problem Archive with Online Judge], not many, but high quality problems
 
*[http://acm.mipt.ru/judge/login.pl?lang=en Moscow Problem Archive with Online Judge], not many, but high quality problems
Line 26: Line 26:
 
*[http://hackerrank.com Hackerrank]
 
*[http://hackerrank.com Hackerrank]
 
*[http://leetcode.com LeetCode]
 
*[http://leetcode.com LeetCode]
  +
*[https://www.interviewbit.com InterviewBit]
  +
*[https://backtobackswe.com/ Backtobackswe]
  +
*[https://workat.tech/problem-solving/practice WorkAtTech]
   
 
==See also==
 
==See also==

Revision as of 06:15, 19 June 2021

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, the submission will be unsuccessful. You must correct any errors in the code, and resubmit for re-judgement.

Some examples of online judges are:

Examples of modern judge platforms

See also

Smallwikipedialogo.png This page uses content from Wikipedia. The original article was at Online judge. The list of authors can be seen in the page history. As with the Programmer's Wiki, the text of Wikipedia is available under the GNU Free Documentation License.