6 задние помогите пожалуйста срочноо
var x:integer;
begin
writeln('Введите значение x: ');
readln(x);
if x<3 then </p>
writeln('y = ',sqr(x))
else
if x>3 then
writeln('y = ',sqrt(x))
if x=3 then
writeln('y = ',2*x);
end.