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