let [|s;f|] = stdin.ReadLine().Split() |> Array.map int printfn "%d" ((s / f) + 1)