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