open System let S, F = Console.ReadLine().Split(' ') |> fun args -> args.[0] |> int , args.[1] |> int 1 + S / F |> Console.WriteLine