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