n=int(input()) ans=0 for _ in range(n): x=float(input()) x*=10**10 ans+=x print(ans/10**10)