ima, kai = map(int, input().split()) shou, yo = divmod(ima, kai) print(shou + 1)