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