#include using namespace std; signed main(){ int n,m;cin>>n>>m; vector v(n); for(int i=0;i>v[i]; sort(v.begin(),v.end()); int ans=0; for(int i=0;i