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