#!/mnt/c/Users/moiki/bash/env/bin/python P,Q = map(lambda x: float(x)/100, input().split()) print(100* P*Q/(P*Q+(1-Q)*(1-P)))