(let ((x (read)) (y (read))) (if (zero? (modulo y x)) (print (/ y x)) (print (floor (+ (/ y x) 1)))))