|  | 
|  | 
| back to board | To admins!!!! Judge is wrong(+) 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(-) 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) > In all program??? >>=[ + ] or only this...> May be all my program is wrong, but got Accepted??? =)
 > May be this?
 >
 | 
 | 
|