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 1001. Reverse Root

1001 - Pascal
Posted by Dior 7 May 2014 21:09

var
n:integer;

begin
while not seekeof do
      begin
       read(n);
       write(sqrt(n):0:4);

      end;
end.

Wrong answer, but why???