|
|
вернуться в форумPascal 1001 Sqrt Послано Hawook 25 ноя 2014 00:34 var a: array [0..10] of real; i: integer; begin for i:=0 to 10 do read(a[i]); for i:=0 to 10 do writeln(sqrt(a[10-i]):0:4); end. Why is my answer wrong& Re: Pascal 1001 Sqrt Because there are not only 11 numbers. |
|
|