a, b = int(input().split()) s = input() print(a+b, s)