begin comment: 'if' inside arithmetic expression; integer n, m; read(n); m := if n < 0 then -n else n; write(n,m); end