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 671 public repositories matching this topic...

Tài liệu này hướng dẫn cách tạo testcases cho hệ thống Online Judge. Việc tạo testcases đúng cách giúp đảm bảo tính chính xác và hiệu quả của quá trình chấm điểm tự động. Hướng dẫn này sẽ tập trung vào việc sử dụng ngôn ngữ C++ để sinh ra các testcases một cách tự động.

  • Updated Jun 11, 2024
  • C++
Followers
65 followers
Wikipedia
Wikipedia