n=int(input()) a=list(map(int, input().split())) # ans=1 for b in a: ans*=(1000-b)/1000 print('{:.9f}'.format((1-ans)*1000))