A, B = input().split() S = input() print(f'{int(A) + int(B)} {S}')