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