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