Kattis / problemtools

Tools to manage problem packages using the Kattis problem package format.
MIT License
101 stars 70 forks source link

Require that graders exit with return code 0 #137

Closed simonlindholm closed 4 years ago

simonlindholm commented 4 years ago

Kattis checks this and gives judge errors on other status codes. 42 would be slightly more consistent, but it's not backwards compatible to require it.

austrin commented 4 years ago

Looks good to me, I also updated the problem format specification to explicitly say that graders are expected to exit with 0, for good measure.