Ответ:

var a,b,c: integer;

begin

  writeln(‘Введите числа А, В, С’);

  readln(a,b,c);

  if (c mod 2=1) and (c>0) then writeln(a+b) else writeln(b*c);

end.

Язык программирования Pascal