a, b, c = map(int, input().split()) print(((b - c) * c + c * (a - b) - (b - c) * b) // (a - b))