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