x = list(map(int,input().split()))
ans = x[0]//x[1]+1
print(ans)