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