a, b = map(int, input().split()) floor_num = a//b + 1 print(floor_num)