Y, N, D = map(int, input().split()) print(max(0, N-D), min(N, 365-D))