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