a, b = map(int, input().split()) text = input() print(str(a+b),text)