#include using namespace std; int main(){ double A,B,C; cin>>A>>B>>C; printf("%.10f\n",A/B*C); }