x,y=[int(i) for i in input().split()] line = input() print(x+y, end="") print(" " + line)