S, F = [int(val) for val in input().split()] print(S // F + 1)