Ответ:
В Паскале будет выглядеть так:
program god;
var
x,y:real;
begin
readln(x);
y:= (4*x*x+1)/(x-5);
writeln(y);
end.
P.s извиняюсь за почерк))))
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
В Паскале будет выглядеть так:
program god;
var
x,y:real;
begin
readln(x);
y:= (4*x*x+1)/(x-5);
writeln(y);
end.
P.s извиняюсь за почерк))))