Решите срочно очень надо плиз !!!!!!
var a,b:integer;
begin
a:=12;
b:=5;
writeln('S = ', a*b);
a:=a+b;
writeln('P = ', 2*a);
end.