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