main = do [n,g,v] <- (map read . words) <$> getLine :: IO [Double] putStrLn . show $ g * n / 5 / v