step,height = map(int, input().split(' ')) print(int(step/height +1))