-
Notifications
You must be signed in to change notification settings - Fork 399
Open
Labels
Milestone
Description
At the moment the ScoreTypes are rounding the score and the max_score (both the public and the private ones) at two decimal places and, where applicable, the subtask score isn't rounded at all (we're using the %g output format).
At the IOI we were required by the rules to round the score to the nearest integer and patched our code to do so. Since we had many variable-score subtasks we also decided to round their score at two decimal places.
I think it's now time to decide what to do: keep the current rounding behavior, use the IOI one or provide some kind of configuration options for it.