a, b = list(map(int, input().split())) string = input() print("{aplusb} {string}".format(aplusb = a + b, string = string))