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