#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>P1>>P2>>N; REP(i,N)cin>>R[i]; sort(R,R+N); for(int i=0,j=0;i>TE; while(TE--)sol(); }