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