STL 全排列

全排列STL 

#include <iostream>
#include <algorithm>
#include <cstring>
using namespace std;
int main(){
    int t;
    cin >> t;
    while(t--){
    	char s[100];
    	cin >> s;
    	int l=strlen(s);
    	sort(s,s+l);
    	do{
      	  	for (int i = 0; i < l;i++) cout << s[i];
      	  	cout << endl; 
   		}while(next_permutation(s,s+l));
		cout << endl;
	}
    return 0;
}

 

全部评论

相关推荐

安静的鲸鱼offer...:神仙级别hr,可遇不可求,甚至他可能也是突然有感而发。只能说遇上是件幸事。
秋招开始捡漏了吗
点赞 评论 收藏
分享
11-06 16:50
门头沟学院 Java
用微笑面对困难:word打字比赛二等奖的我,也要来凑合凑合
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务