文章
210
粉丝
0
获赞
894
访问
30.9k
#include<bits/stdc++.h> using namespace std; int main(){ string str; cin >> str; do{ cout << str << endl; }while(next_permutation(str.begin(),str.end())); return 0; }
登录后发布评论
暂无评论,来抢沙发