ответ:
#2
program gggg;
var y, x:integer;
begin
readln(x);
if x<10 then y:=2*(x*x*x*x)-5+x;
if (10<=x) and (x<13) then y:=5*(x*x)-x;
if x>=13 then y:=7*(x*x*x)-5;
WriteLn(y)
end.
3 не знаю
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
ответ:
#2
program gggg;
var y, x:integer;
begin
readln(x);
if x<10 then y:=2*(x*x*x*x)-5+x;
if (10<=x) and (x<13) then y:=5*(x*x)-x;
if x>=13 then y:=7*(x*x*x)-5;
WriteLn(y)
end.
3 не знаю