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