A = [int(i) for i in input().split()] print(int(A[0]/A[1] + 1))