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