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