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