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