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