#include using namespace std; using Int=long long; using Real=long double; templateinline bool chmin(T&A,S B){if(A>B){A=B;return true;}else{return false;}} templateinline bool chmax(T&A,S B){if(A>N>>K; REP(i,N)cin>>A[i]; sort(A,A+N); int ans=0; for(int i=N-K;i>T; while(T--)sol(); }