a,b = map(int, input().split()) strs = input() print(a+b,strs)