ioi-2022 / cms

Contest Management System
http://cms-dev.github.io/
GNU Affero General Public License v3.0
3 stars 2 forks source link

Show only tc with lowest score if subtask is not solved in restricted feedback mode #29

Closed fushar closed 2 years ago

fushar commented 2 years ago

This is to implement the following rule: https://ioi2021.sg/rules/#feedback, second paragraph:

For every submission, the grading system reports the score for each subtask. If a subtask is not fully solved, the grading system gives a feedback only for the first test case among the lowest scored test cases in the subtask.

(Apparently CMS did not support the above rule for several years without anyone noticing)