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 1173. Lazy Snail

† ADMINS †
Posted by Anatoliy 'Tolyan_NO' Tolstobroff 25 Aug 2005 02:42
 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 †
Posted by Anatoliy 'Tolyan_NO' Tolstobroff 25 Aug 2005 23:19



answer me plz.
Try this (+)
Posted by Vladimir Yakovlev (USU) 26 Aug 2005 08:40
var
x,y:real;
n:longint;
begin
readln(x,y);
readln(n);
while n=0 do begin end;
end
Re: Try this (+)
Posted by Anatoliy 'Tolyan_NO' Tolstobroff 27 Aug 2005 02:39

Oh.      շ
Thank you
again thank.
Posted by Tolstobrov_Anatoliy[Ivanovo SPU] 27 Aug 2005 03:08

I got AC.

Vladimir Yakovlev (USU) i never foget what you do for me.
I you friend for all my life.