open System let a = Console.ReadLine().Split(' ') |> Array.map int printfn "%d" (int(Math.Ceiling((double)a.[1] / (double)a.[0])))