#include using namespace std; using ll =long long; int main(){ ios::sync_with_stdio(false); cin.tie(nullptr); ll N,L=0; cin>>N; vector A(N); for(int i=0;i>A[i]; L+=A[i]; } L/=N; ll an=0; for(int i=0;i=L+100); cout<