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