#include using namespace std; int main() { int n, g, v; cin >> n >> g >> v; printf("%f\n", (float)(n / 5) * g / v); }