#include<bits/stdc++.h> using namespace std; int x,y,t; int main(){ cin>>x>>y>>t; cout<<floor(t*x*y*1.0/(y-x)); return 0; }