a = input() b = a.split() c = int((int(b[0])/int(b[1]))+1) print(c)