A=int(input()) B=int(input()) if A==1: ans=0 else: ans=B//(1-A) print(ans)