|  | 
|  | 
| back to board | Unclear problem text, BAD TESTS - to the author -> bite me To the author:
 How come
 
 scanf("%d %d", &N, &M);
 while (N > 150 || M > 150) printf("muie\n");
 
 gives TLE?
 
 The problem text is unclear, the example should have been explained.
 So please, keep your day job man!!
Sorry, I meant Output Limit Exceeded Oh sorry, it gives Output Limit Exceeded (aah you get it)> To the author:
 >
 > How come
 >
 > scanf("%d %d", &N, &M);
 > while (N > 150 || M > 150) printf("muie\n");
 >
 > gives TLE?
 >
 > The problem text is unclear, the example should have been
 explained.
 > So please, keep your day job man!!
 >
Re: Unclear problem text, BAD TESTS - to the author -> bite me Posted by chemik  1 Apr 2003 03:36> To the author:>
 > How come
 >
 > scanf("%d %d", &N, &M);
 > while (N > 150 || M > 150) printf("muie\n");
 >
 > gives TLE?
 >
 > The problem text is unclear, the example should have been explained.
 > So please, keep your day job man!!
 >
 I agree, the text not complete
 why there is no information about the maximum number of event time?
 | 
 | 
|