#include using namespace std; template inline void chmin(T1 &a,T2 b){if(a>b) a=b;} template inline void chmax(T1 &a,T2 b){if(a void drop(const T &x){cout<>n; vector xs(n); for(Int i=0;i>xs[i]; Int m; cin>>m; m--; if(xs==vector(n,xs[0])) drop(50); using D = long double; D ave=0; for(Int x:xs) ave+=x; ave/=n; D squ=0; for(Int x:xs) squ+=(x-ave)*(x-ave); squ/=n; cout<