import sys input = sys.stdin.readline b1, b2, b3 = map(int, input().split()) print(((b2-b3)*b3+b1*b3-b2*b2) // (b1-b2))