online-judge
online-judge copied to clipboard
ECOO cumtime improvements
cumtime
should be extended to allow for 4 possibilities:
- No cumtime
- Current implementation (i.e. every submission increases cumtime, sum over all problems), called
all
- Sum of times based on last submission, but only if there was a non-zero submission to the problem at some point, called
sum
- Maximum cumtime over all problems that had non-zero score at some point in time, called
max