S,F = list(map(int,input().split()))

print((S-1) // F + 1)