a, b = map(int, input().split()) q = a // b print(1 if q == 0 else q+1)