let [|a;b|] = stdin.ReadLine().Split() |> Array.map float let x = (ceil (b / a)) |> int printfn "%d" x