A, B = map(int, input().split()) S = input() print(int(A) +int(B), S)