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