|a|+|b|+c где c=5 СОСТАВЬТЕ ПОЖАЛУЙСТА ПРОГРАММУ !!!
Var a, b, c: integer; begin c:=5; readln(a, b); writeln(abs(a)+abs(b)+c); end.