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