一种全排列是将n个数字放入n个位置里,一种是n个位置上任意位置都可以取0,1,2,...,m,位置之间没有约束
#include <iostream> using namespace std; void permutation(char *pStr, char *pBegin, int &count){ if (*pBegin == '
一种全排列是将n个数字放入n个位置里,一种是n个位置上任意位置都可以取0,1,2,...,m,位置之间没有约束
#include <iostream> using namespace std; void permutation(char *pStr, char *pBegin, int &count){ if (*pBegin == '