702
1094
2万
管理员
#include <bits/stdc++.h> using namespace std; int main(){ int a[9]={0}; a[8]=1; while(a[0]==0){ for(int k=0;k<=8;k++) cout<<a[k]<<" "; cout<<endl; int j=8; while(a[j]==1) j--; a[j]++; fill(a+j+1, a + 8, 0); } return 0; }
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
小黑屋|东台市机器人学会 ( 苏ICP备2021035350号-1;苏ICP备2021035350号-2;苏ICP备2021035350号-3 )
GMT+8, 2024-11-23 16:06 , Processed in 0.037640 second(s), 28 queries .
Powered by Discuz! X3.4
Copyright © 2001-2020, Tencent Cloud.