i = list(map(int, input().split())) text = input() sum = i[0] + i[1] print(sum + " " + text)