(define a (read)) (define b (read)) (print (if (= 0 (mod b a)) (/ b a) (+ 1 (quotient b a))))