Hacker News new | ask | show | jobs
by baobabKoodaa 978 days ago
Correct. In fact I'm having trouble thinking up a single counter example of an algorithm competition that doesn't give penalty for failed submissions.
3 comments

The way they describe it:

> and you obviously lose time when you didn't make it right the first time and have to debug your code, but when it comes to ranking, the only thing that mattered is the time it takes to get a right answer

It seems possible this might be ICPC as well... I mean there is a time penalty, but it's still consistent with the literal wording of the description quoted above.

I'm not sure if you're making some kind of weird pedantic point, or if you're just mistaken.

The ICPC rules state "20 penalty minutes for every previously rejected run for that problem that was not rejected due to Compilation Error". The quote you referenced claimed "the only thing that mattered is the time it takes to get a right answer". Clearly the only thing that matters is not the time it takes to get a right answer: someone who gets the right answer with 1 failed submission and 30 minutes will end up behind someone else who gets the right answer with 0 failed submissions and 40 minutes.

The Informatics Olympiads?
USACO