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 1137. Bus Routes

To admins!!!! Judge is wrong(+)
Posted by Nazarov Denis (nsc2001@rambler.ru) 22 Jan 2002 21:28
I get AC with this program:

Program t1137;

Var   N  :longint;

begin
 assign(input,'1137.in');reset(input);
 Read(N);
end.

Also I get AC with another (rigth) program :=)
Re: To admins!!!! Judge is wrong(-)
Posted by Reshetnikov Eugeny 23 Jan 2002 23:23
In all program??? >>=[ + ] or only this...
May be all my program is wrong, but got Accepted??? =)
May be this?
Of course it is a full program (you can check it)
Posted by Nazarov Denis (nsc2001@rambler.ru) 24 Jan 2002 16:03
> In all program??? >>=[ + ] or only this...
> May be all my program is wrong, but got Accepted??? =)
> May be this?
>