a,b = [int(i) for i in input().split()] S = input() print("%d" % (a + b) + (" %s" % S))