Description
The ICPC rules state that teams should be ranked by least total time, and if two teams have the same total time, we should use the earliest time of a team's accepted submission as a tie breaker.
Steps to reproduce
Two teams have the same score, There is not a tie breaker in place.
Expected result
If Team A and Team B have the same score, and Team A submitted an accepted submission sooner, they should be ranked higher than Team B.
Actual result
Both teams are shown as rank 1.
Description
The ICPC rules state that teams should be ranked by least total time, and if two teams have the same total time, we should use the earliest time of a team's accepted submission as a tie breaker.
Steps to reproduce
Two teams have the same score, There is not a tie breaker in place.
Expected result
If Team A and Team B have the same score, and Team A submitted an accepted submission sooner, they should be ranked higher than Team B.
Actual result
Both teams are shown as rank 1.