pages:
- 1
Sirwan SAYS
hey amir, can you explain what Special Judge is? I wonder... :)
AMiR SAYS
Sirwan said:
hey amir, can you explain what Special Judge is? I wonder... :)
There might be some special problems that the output of the program is not unique and there might be several different outputs that all are correct.
Normally, the judge core uses diff
to judge your output. But special judge is a piece of code which reads your output, process it and judges your code.
As special judge is just a program, it could only returns if your output is correct or not. So there is no presentation error
s in special judge problems.
Sirwan SAYS
Thanks buddy, it was useful :)
Login please!
In order to post something you must login first. You can use the form in the top of this page.