import sys input = sys.stdin.readline() a, b = map(int, input().split()) s = input() print(str(a+b) + " " + s)