题解 | #图片整理#

图片整理

https://www.nowcoder.com/practice/2de4127fda5e46858aa85d254af43941

#include <iostream>
#include <string>
#include <bits/stdc++.h>
using namespace std;

int main() {
    string str;
    getline(cin, str);
    sort(str.begin(), str.end());
    for(auto i:str) cout << i;
    return 0;
}
// 64 位输出请用 printf("%lld")

全部评论

相关推荐

10-18 13:01
已编辑
西安理工大学 C++
小米内推大使:建议技能还是放上面吧,hr和技术面试官第一眼想看的应该是技能点和他们岗位是否匹配
点赞 评论 收藏
分享
1 收藏 评论
分享
牛客网
牛客企业服务