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