a = int(input())if a < 0: a = a - (a * 2) print(a)else: print(a)
99
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!