a, b = map(int, input().split()) s = input() print("{} {}".format(a + b, s))