会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
L&King
有何不可!
首页
新随笔
联系
管理
订阅
2016年4月24日
全排列模板
摘要: 一,递归实现 1,不去重 1 #include<stdio.h> 2 #include<string.h> 3 #include<iostream> 4 using namespace std; 5 void permutation(char *s,int d,int l) 6 { 7 if(d==
阅读全文
posted @ 2016-04-24 11:25 L&King
阅读(210)
评论(0)
推荐(0)