s = input() ans = s if s[0] == "x": ans = 2**32 - int(s[1:]) print(ans)