x = float(input()) if x>=0: y=x else: y=-x print(y)