while True:
    try:
        s = input()
        print(int(s, 16))
    except:
        break