let () = let a, b = Scanf.scanf "%d %d " (fun a b -> a, b) in Printf.printf "%d\n" (b / a + if b mod a = 0 then 0 else 1)