#include using namespace std; #define rep(i,n) for(int i=0;i>a>>b>>c; double ans=a*c/b; cout << setprecision(9) << ans << endl; }