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