string str; while(cin>>str){ int len = str.length(); sort(str.begin(), str.end()); cout<<str<<endl; }