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