ENG
RUS
Timus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board
Discussion of Problem
1202
. Rectangles Travel
Something is wrong with test 11
Posted by
Dima_Philippov
18 May 2012 19:37
Something is wrong with test 11. When I wrote
while (scanf("%d", &n) >= 1)
{
...
}
I got WA11. But when I wrote
while (scanf("%d", &n) >= 1)
{
...
break;
}
I got AC.
© 2000–2024
Timus Online Judge Team
. All rights reserved.