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