Computer Science Canada DWITE question 3 |
Author: | Insectoid [ Wed Jan 20, 2010 5:15 pm ] |
Post subject: | DWITE question 3 |
There's a problem with January's DWITE question 3. It clearly states that the speed (C) of a character is, and I quote, 0 < C <= 3. C cannot be zero, but there is clearly a speed of 0 in the sample input. Prolly a typo, but this might screw over some teams if there is indeed a zero in the evaluation input. Thought I'd throw this out there... |
Author: | Dan [ Wed Jan 20, 2010 5:17 pm ] |
Post subject: | RE:DWITE question 3 |
You are correct that is a typo, and should be: 0 <= C <= 3 Edit: There is now a notice about this up on the contestcp. |