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 1251. Cemetery Manager

Unclear problem text, BAD TESTS - to the author -> bite me
Posted by Scythe (Berinde Radu) 18 Mar 2003 14:54
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
Posted by Scythe (Berinde Radu) 18 Mar 2003 14:55
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?