icpc / ccs-specs

Contest Control System specifications
https://ccs-specs.icpc.io
9 stars 9 forks source link

Penalty time in RELTIME #151

Closed deboer-tim closed 1 year ago

deboer-tim commented 1 year ago

Contest penalty_time is the only time that's in integer minutes, and one of only 3 places where we even say minutes in the spec. As per issue #150, it also blocks non-integer penalty times.

This changes it to use RELTIME, which improves both issues. It does not attempt to address anything else in issue 150, namely no attempt to add additional scoring algorithms.

deboer-tim commented 1 year ago

Added another commit to update scoreboard times to RELTIME as well.

deboer-tim commented 1 year ago

Yup, missed that. Fixed now.