(define n (read)) (print (* (+ (quotient n 3) (quotient n 5)) 2))