P,Q=map(float,input().split()) ANS=P*Q/(P*Q+(100-P)*(100-Q)) print(ANS*100)