X = list(map(int, input().split()))
S = X[0]
F = X[1]
print(S // F + 1)