#include #define INF 990000000 //8 using namespace std; int main() { double a,b,c; cin>>a>>b>>c; a=a/b; a*=c; cout << std::setprecision(13) <