import math a,b = list(map(int,input().split())) print(math.ceil(a/b))