Skip to content
#

Online Judge

An online judge is an online system to test programs in programming contests. They are also used to practice for such contests like ICPC. 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.

Here are 553 public repositories matching this topic...

judge-server
Practice-Bot
kevinjycui
kevinjycui commented Sep 14, 2020

Users currently store a country, so it would be helpful to list all users in a country in a server. Example of the command could be
ls <country name or iso code>

Which then returns (probably in embed so the users don't get pinged) the users of that country alphabetically ordered.

enhancement good first issue command
Wikipedia
Wikipedia