a, b = open(0).read().split() a = int(a) b = int(b) # print(f'{a + b:X}')