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