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