N=int(input()) A=list(map(int, input().split())) p=1 for i in range(N-1): p*=(1000-A[i])/1000 print(1000-1000*p)