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