A, B = map(int, input().split()) print(int(A/B)+1)