(define a (+ (read) (/ 1 100000000))) (define b (read)) (define d (ceiling (/ a b))) (print d)