P,Q=map(float,input().split()) P/=100 Q/=100 A=P*Q+(1-P)*(1-Q) B=P*Q R=B/A print(100*R)