Skip to content

Commit 6e396fb

Browse files
committed
Update example config.yml
1 parent 98ce1a6 commit 6e396fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

example_package/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ scores:
1616
1: 40
1717
2: 60
1818

19+
# Total score of the task is defined in `total_score` key.
20+
# If this key is not specified, then this defaults to 100.
21+
total_score: 100
22+
1923
# Time limit for all tests is defined in `time_limit` key.
2024
# More precise time limit for each group or test can be defined in `time_limits` key.
2125
# The more precise time limit has higher priority (first group, then global time limit).

0 commit comments

Comments
 (0)