(define a (read)) (define b (read)) (print (ceiling (/ b a)))