#18565: py 歡迎參考


jennifer805532@gmail.com (易冠蓁)


while True:
try:
n=int(input())
if(n<0):
print(-n)
else:
print(n)
except:
break