(let* ((n (read)) (g (read)) (v (read))) (display (exact->inexact (/ (* (quotient n 5 ) g) v) )))