You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: