x,y=[int(i) for i in input().split()] ans = int(x/y) print(ans + 1)