#include #include #include using namespace std; int main(){ cin.tie(0); ios::sync_with_stdio(false); int n, input, base, total=0, ans=0; vector c; int i; cin >> n; for(i=0; i> input; c.push_back(input); total+=input; } base=total*0.1; sort(c.begin(), c.end()); for(i=0; i