Slashdot Mirror


ACM Collegiate Programming Contest Winner Announced

Slob Nerd writes "The finals for this years ACM International Collegiate Programming Contest World Finals have just finished. And the winner is... St. Petersburg Institute of Fine Mechanics and Optics! Full results here, and details on all teams here. A pdf of the problems is also available. Congrats to all involved."

2 of 176 comments (clear)

  1. It runs Linux! by spellraiser · · Score: 5, Informative

    Many slashdotters will probably be pleased to know that the contest's environment OS was Red Hat Linux 9.0.

    Full environment specs here.

    --
    I hear there's rumors on the Slashdots
  2. Re:MIT has the highest score by aflorenc · · Score: 5, Informative

    (I'm one of the Directors of the contest, so I know of what I speak.) "Score" is a terrible title. It should be "penalty". The teams are ranked first by the number of problems they got correct. Thus St. P's came in first, because they were the only team to get 7 problems correct. Among the four teams that got 6 problems correct, they are ranked from smallest penalty (KTH) to highest (MIT). Penalty is computed as the total cumulative time it takes you to solve a problem. So if you solve one problem after 30 minutes and a second problem after 30 additional minutes, your penalty is 90 minutes (30 from the first problem, 60 from the second). In addition, you are given 20 minutes of extra penalty for each incorrect submission to a problem that you eventually get correct.