#include using namespace std; using Int=long long; using Real=long double; templateinline bool chmin(T&A,S B){return(A>B?A=B,1:0);} templateinline bool chmax(T&A,S B){return(A>N; REP(i,N) { cin>>K; REP(j,K)cin>>L[j]; sort(L,L+K); for(int j=K;j--;)cout<>T; while(T--)sol(); }