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