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