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