文章
45
粉丝
19
获赞
365
访问
33.6k
#include <iostream> #include <algorithm> using namespace std; int main(){ string s; cin >> s; sort(s.begin(),s.end()); cout << s << endl; return 0; }
登录后发布评论
暂无评论,来抢沙发