Add backend for resolver

This commit is contained in:
cuom1999 2022-12-20 05:27:04 -06:00
parent 793ccb52fd
commit 36007e86ed
8 changed files with 156 additions and 18 deletions

View file

@ -138,7 +138,7 @@ class NewIOIContestFormat(IOIContestFormat):
/ problem_data["total_points"]
* problem_data["problem_points"]
)
if self.config["cumtime"] and points:
if self.config["cumtime"] and problem_data["points"]:
cumtime += penalty
score += problem_data["points"]