#include using namespace std; int main() { int n,g,v; scanf("%d %d %d", &n, &g, &v); printf("%.15lf\n", (int)(n/5)*(double)g/v); return 0; }