#include using namespace std; using ll=long long; int main(){ ios::sync_with_stdio(false); cin.tie(nullptr); int N,M; cin>>N>>M; vector A(N,0ll); for(ll &i:A)cin>>i; sort(A.begin(),A.end()); ll now=0; for(int i=0;i