自符串的全排列

来源:互联网 发布:开票软件商品编码 编辑:程序博客网 时间:2024/06/06 02:55

void Permutation(char* pStr,char* pBegin)
{
if(*pBegin == ‘\0’)
cout<

原创粉丝点击