let A , B = System.Console.ReadLine().Split(' ') |> fun x -> int x.[0] , int x.[1] (B / A) + if (B % A) > 0 then 1 else 0 |> System.Console.WriteLine