A = int(input()) B = int(input()) S = input() N = A + B print(N) print(S)