nst,ost=map(int,input().split()) if(nst!=0): print(nst//ost+1) else: print(0)