ia-toki/judgels

Support other rounding method when summing subtask points

Opened this issue · 0 comments

The total points of a problem is always an integer. Currently, we round the score as follows:

We want to support the case where we want to take the floor of the sum, not the rounded sum.

See also: