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