o=input() a=list(map(int,input().split ())) b=1000 for i in a : b*=((1000-i)/1000) print (1000-b)