N = input().split() S = input() num = int(N[0]) + int(N[1]) print(str(num) + " " + S)