|  | 
|  | 
| вернуться в форум | † ADMINS †  On the 1st line of input, there will be 2 real numbers: X and Y, separated by a blank, representing the coordinates of Wally's house. On the 2nd line, there will be an integer number: N (2 <= N <= 1000),
 my program
 
 var
 x,y,n:longint;
 begin
 readln(x,y);
 readln(n);
 while n=0 do begin end;
 end.
 
 Why i got TLE test1?????
 N=2...1000
 test 1 correct????
Re: † ADMINS †  
 
 answer me plz.
Try this (+) varx,y:real;
 n:longint;
 begin
 readln(x,y);
 readln(n);
 while n=0 do begin end;
 end
Re: Try this (+)  Oh.      շ
 Thank you
 
again thank.  I got AC.
 
 Vladimir Yakovlev (USU) i never foget what you do for me.
 I you friend for all my life.
 | 
 | 
|