p,q = map(float, input().split()) print("{:.15f}".format(p * q / (p * q + (100.0 - p) * (100.0 - q)) * 100))