try:
    a=int(input())
    print(abs(a))
except:
    print('Error')