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

help me!!!
Posted by OddISEy 3 Feb 2008 00:06
where is my mistake

var a:array[1..1000000] of byte;
i:integer;
e,m:real;
begin
e:=o.0001;
read(a[i]);
m:=sqrt(a[i]);
write(m);
end.
Re: help me!!!
Posted by Ivanov Alexander 4 Feb 2008 16:03
Use int64 or extended instead of byte (line 1)