ENG  RUSTimus 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 1103. Pencils and Circles

wrong tests! n >= 3!
Posted by -XraY- 23 Oct 2011 23:37
my program with
while(n < 3)
 printf("there are some stupid tests!\n");
gets Output limit exceeded 3.
Please, check your tests!
Re: wrong tests! n >= 3!
Posted by -XraY- 23 Oct 2011 23:40
There is some trash in the end of a file in test 3.
So, my multitest found it)
Re: wrong tests! n >= 3!
Posted by luxs1t 28 Mar 2017 00:04
can you elaborate on this? czu i'm getting WA on test4. would it have to do with this?