N=int(input())
P=float(input())
print(1 if N>199 else 1-pow(1-P,N))