s,t=map(int,input().split()) import math num=math.ceil(s/t)+1 print(num)