Паскаль - программирование . 4,5,6 пожалуйста
1) 400
2)250
3) 12
4) var y,x:integer;
const b=3;
const a=4;
begin
y:= a*sqr(x)-b;
writeln(y);
end.