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