这是最菜的


私信TA

用户名:uq_39105879191

访问量:1406

签 名:

等  级
排  名 2935
经  验 2098
参赛次数 2
文章发表 5
年  龄 0
在职情况 学生
学  校
专  业

  自我简介:

TA的其他文章

解题思路:

注意事项:

参考代码:

#includeusing namespace std;
int main(){
    string s;
    cin>>s;
    sort(s.begin(),s.end());//在使用全排列函数之前一定要对需要处理的数据进行排序
    do{
        cout<<s<<endl;
    }while(next_permutation(s.begin(),s.end()));
    return 0;
}


 

0.0分

1 人评分

  评论区

  • «
  • »