a,b,c=map(int,input().split()) if a!=b: r=-(c-b) s=(a-b) d=(a*c-b*b) else: r=d=0 s=1 print((r*c+d)//s)