Skip to content

Commit ea64b61

Browse files
committed
feat: add denominator options scored for RankSeriesRulePresetICPC
1 parent 9ce8fda commit ea64b61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,9 +412,10 @@ export interface RankSeriesRulePresetICPC {
412412
* Specify how to count the denominator (total user number).
413413
* If the value is 'all', the denominator will be the total user number.
414414
* If the value is 'submitted', the denominator will be number of users which have submitted at least one solution.
415+
* If the value is 'scored', the denominator will be number of users which have greater than zero score.
415416
* @defaultValue 'all'
416417
*/
417-
denominator?: 'all' | 'submitted';
418+
denominator?: 'all' | 'submitted' | 'scored';
418419

419420
/**
420421
* Whether force no tied for rank segments calculation.

0 commit comments

Comments
 (0)