S,F = list(map(int,input().split()))
print(S//F+1)