a, b = [int(i) for i in input().rstrip().split()] s = input() print(a+b, s)