(define (System.out.println x) (begin (display x) (newline) ) ) (let ( (L (read)) (K (read)) ) (System.out.println (inexact->exact (* (floor (- (/ L (* K 2)) 0.0001)) K))) )