A, B = map(int, input().split()) 

L=A//B+1
    
print (L)