p,q = map(float,input().split()) p /=100 q /= 100 print(p*q*100/(1-p-q+2*p*q))