#include int main(){ double A,B,C; scanf("%lf%lf%lf",&A,&B,&C); printf("%.6lf\n",A/B*C); return 0; }