s , f = map(int(input().split())) answer = int(s / f) + 1 print(answer)