#include using namespace std; using ll=long long; using ld=long double; int main(){ ios::sync_with_stdio(false); std::cin.tie(nullptr); cout<>n; vector x(n); for(ll i=0;i>x[i]; } ld ans=0.0; for(ll i=0;i