main :: IO () main = do [n, g, v] <- (map read . words) `fmap` getLine print $ fromIntegral ((n `div` 5) * g) / fromIntegral v