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