#34735: python 不用abs()的方法


1554101-0@g.puiching.edu.mo (P6A29_1300題了)


a=input()
if "-" in a:
    print(a[1:len(a)])
else:
    print(a)