S, F = (int(i) for i in input().strip().split(' ')) print(str(S // F + 1))