n = int(input()) ans = 0 for i in range(n): t = float(input()) t *= 10000000000 ans += t print('{:.10f}'.format(ans/10000000000))