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