a = int(input()) b = int(input()) if a == 1 : print(b) else : print(b//(a-1))