import sys A = int(sys.stdin.readline()) B = int(sys.stdin.readline()) S = str(sys.stdin.readline()) print(A+B, S)