文章
113
粉丝
1
获赞
862
访问
30.5k
#include <bits/stdc++.h> using namespace std;
int main(){ string s; while(cin >> s){ sort(s.begin(),s.end()); cout << s << endl; } return 0; }
登录后发布评论
暂无评论,来抢沙发