Kattis / problemtools

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

If a problem does exit(10), should give a better message than "RTE" #260

Open rokicki opened 1 month ago

rokicki commented 1 month ago

Right now if a submission does exit(10), verifyproblem treats this as an RTE, despite the fact that there is no runtime exception. To save the judges a lot of time tracking down an issue in a submission that doesn't really exist, verifyproblem should report "non-zero exit code; treating as RTE" or some such.