a, b = map(int, input().split()) S = input() print(str(a+b) + ' ' + S)