AB = list(map(int, input().split())) S = input() print(str(AB[0] + AB[1]) + " " + S)