S=input() if S[0]=='x': print(2**32-int(S[1:])) else: print(int(S))