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