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