A, B = map(int, input().split()) S = str(input()) C = A+B print(C,end=' ') print(S)