(define yuki388 (let* ( (s (read)) (f (read)) (ans (quotient (+ s f) f)) ) (write ans) (newline) ) )