A, B = map(int, input().split()) S = int(input()) print("{} {}".format(A+B, S))