open System let a,b = let t = Console.ReadLine().Split() |> Array.map (float) t.[0],t.[1] b/a |> ceil |> int |> printfn "%i"