using namespace std; int main() { double a, b, c=0; cin>>a; for(int i=1;i<=a;i++) {
cin >> b; c = c+b;
} printf("%.2f", c/a); return 0; }
比赛已结束。