(define a (read)) (define b (read)) (display (quotient (- (+ b a) 1) a)) (newline)