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