A, B = [int(i) for i in input().split()] S = input() print(A+B, S)