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