x, y = map(int, input().split()) s = input() print(x + y, s)