// yuki 926 休日の平均 // 2019.11.24 bal4u #include int main() { int A, B, C; scanf("%d%d%d", &A, &B, &C); printf("%.9lf\n", (double)A/B*C); return 0; }