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