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