Codeforces / polygon-issue-tracking

polygon-issue-tracking
16 stars 2 forks source link

"Checker tests" feature does not support "partially correct" verdict #463

Open meshanya-github opened 3 years ago

meshanya-github commented 3 years ago

IOI-style problems sometimes require the checker to also compute the score (this problem is a good example). In some cases the checker is complicated enough to warrant having dedicated tests for it, but it is currently not possible to set the right expected verdict if the checker returns "partially correct" - there is no such option in the UI, and currently returning "PC" is reported as "CRASHED".