a,b=list(map(int,input().split())) c=b/a d=b//a if(c==d): print(d) else: print(d+1)