A, B = map(lambda x: int(x, 16), input().split()) print(f"{A + B:x}")