from math import floor as flower S,F=map(int,input().split()) print(1+flower(S/F))