import math s,f=map(int,input().split()) print(math.floor(s/f)+1)