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