Skip to content

Commit 35a97cb

Browse files
committed
Clarify judgement score
Clarify judgement score is between 0 and the problem's max_score.
1 parent d2b23d7 commit 35a97cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Contest_API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1725,7 +1725,7 @@ Properties of judgement objects:
17251725
| id | ID | Identifier of the judgement.
17261726
| submission\_id | ID | Identifier of the [submission](#submissions) judged.
17271727
| judgement\_type\_id | ID ? | The [verdict](#judgement-types) of this judgement. Required iff judgement has completed.
1728-
| score | number | Score for this judgement. Required iff contest:scoreboard\_type is `score`.
1728+
| score | number | Score for this judgement, between `0` and the problem's `max_score`. Required iff contest:scoreboard\_type is `score`.
17291729
| current | boolean ? | `true` if this is the current judgement. Defaults to `true`. At any time, there must be at most one judgement per submission for which this `true` or unset (and thus defaulting to `true`).
17301730
| start\_time | TIME | Absolute time when judgement started.
17311731
| start\_contest\_time | RELTIME | Contest relative time when judgement started.

0 commit comments

Comments
 (0)