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