import math P,Q=map(int,input().split()) r=10**9;l=0 while r-l>10**-5: mid=(r+l)/2 if mid**2