(define n (read)) (display (+ (* 2 (quotient n 3)) (* 2 (quotient n 5)))) (newline)