We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
scored
1 parent 9ce8fda commit ea64b61Copy full SHA for ea64b61
index.d.ts
@@ -412,9 +412,10 @@ export interface RankSeriesRulePresetICPC {
412
* Specify how to count the denominator (total user number).
413
* If the value is 'all', the denominator will be the total user number.
414
* 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.
416
* @defaultValue 'all'
417
*/
- denominator?: 'all' | 'submitted';
418
+ denominator?: 'all' | 'submitted' | 'scored';
419
420
/**
421
* Whether force no tied for rank segments calculation.
0 commit comments