OnlineJudge 平台 YuJudge 的判题核心,基于 C 编写,支持在 Linux 下运行。程序基于可执行文件以及标准输入输出目录、资源限制等配置,执行并给出资源消耗情况,并能防止恶意调用。
-
Updated
May 24, 2023 - C
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.
OnlineJudge 平台 YuJudge 的判题核心,基于 C 编写,支持在 Linux 下运行。程序基于可执行文件以及标准输入输出目录、资源限制等配置,执行并给出资源消耗情况,并能防止恶意调用。
Questões que foram resolvidas gradualmente, na plataforma Beecrowd(em C), desde o meu ingresso no curso de Análise e Desenvolvimento de Sistemas.
Um repositório para diferentes plataformas de juiz online, projetos e, também, questões avulsas em C.