s = int(input("s"))#ステアくんのいる段数 f = int(input("f"))#1階層分の段数 print(s//f + 1)