会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
itdef
2016年11月21日
打印任意字符串排列组合
摘要: #include <iostream>#include <string> using namespace std; void swap(string& s,int i,int j){ char a = s[i]; s[i] = s[j]; s[j] = a;} void myPrint(string
阅读全文
posted @ 2016-11-21 16:32 itdef
阅读(428)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告