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