first=input() S=int(first.split()[0]) F=int(first.split()[1]) floor=int(S/F) real=floor+1 print(str(real)+"\n")