Ответы
Ответ дал:
0
var
step: array [1..4] of real;
begin
step[1] := 12*12;
step[2] := 5*5;
step[3] := step[1] + step[2];
step[4] := sqrt(step[3]);
writeln(step[4]);
end.
step: array [1..4] of real;
begin
step[1] := 12*12;
step[2] := 5*5;
step[3] := step[1] + step[2];
step[4] := sqrt(step[3]);
writeln(step[4]);
end.
Приложения:
Вас заинтересует
2 года назад
8 лет назад
8 лет назад
10 лет назад
10 лет назад