sf= list(map(int,input().split())) print(int(sf[0] / sf[1] + 1))