x=int(input()) if x < 0: print(-x) else: print(x)