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

Nazarov Denis (nsc2001@rambler.ru) To admins!!!! Judge is wrong(+) [2] // Problem 1137. Bus Routes 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 :=)
Reshetnikov Eugeny Re: To admins!!!! Judge is wrong(-) [1] // Problem 1137. Bus Routes 23 Jan 2002 23:23
In all program??? >>=[ + ] or only this...
May be all my program is wrong, but got Accepted??? =)
May be this?
Nazarov Denis (nsc2001@rambler.ru) Of course it is a full program (you can check it) // Problem 1137. Bus Routes 24 Jan 2002 16:03
> In all program??? >>=[ + ] or only this...
> May be all my program is wrong, but got Accepted??? =)
> May be this?
>