A = list(map(int, input().split())) S = input() print(f'{A[0]+ A[1]} {S}')