#include #include #include #include #include #include using namespace std; const int maxn=45; map dic; string str; int main() { int n; while(scanf("%d",&n)!=EOF) { while(n--){ cin>>str; int len=str.length(); sort(str.begin(),str.end()); cout<