import math
s,f=map(int,input().split())

print(floor.ceil(s/f))