S,F=(int(x) for x in input().split()) a=S//F+1 print(a)