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