Это что помогите как исправить????
Program ...;
Var r, s, real;
Begin
Writeln(“”);
read (r);
s:=3.14*r*r;
Writeln(s);
End.