first = input() makita = first.split() A = int(makita[0]) B = int(makita[1]) print(A + B) S = input() print(S)