会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
vincand
博客园
首页
新随笔
联系
订阅
管理
2018年12月5日
c++中next_permutation的使用
摘要: #include<iostream>#include<algorithm>using namespace std;main(){ int i,j=0; int a[5]={1,2,3,4,5}; do { for(i=0;i<5;i++){ cout <<a[i]<<" "; } cout <<en
阅读全文
posted @ 2018-12-05 15:17 vincand
阅读(269)
评论(0)
推荐(0)
公告