a, b = map(int, input().split()) s = input() print("%d %s" % ((a+b), s))