Judging Inside
Briefly about how we judge
Last updated
Was this helpful?
Briefly about how we judge
Last updated
Was this helpful?
In this section, we will talk about the judging process.
The Judger receives the submission from the Manager and fills the judger
attribute of the submission.
If the Judger is missing problem data(i.e: problem version not right, problem folder empty) , it will download data from manager.
The code gets compiled
The subtasks get run one by one according to the
In each subtask, the testcases are run one by one according to their ID. Once the program gets a non-accepted verdict(i.e:anything except Accepted and Point) and the is false, the subtask is skipped.
The judger returns the submission when it is finished.