最佳回答
最新回答共有4条回答
-
2026-04-02 08:07:37老迟到的咖啡
回复排列不对,如果有0呢?
-
2026-04-02 08:07:37平淡的鸵鸟
回复#include"stdio.h" typedef struct node { int num; node *next; int checked; }lnode,*llist; void main() { char ch; llist l=NULL; lnode *t; int checkedcount,rcount; int a[6],i,j,k,record[1000]={0},n=1; int b[6]={1,10,100,1000,10000,1000****}; ch=' '; i=0; printf("输入数字:"); while(ch!='\n') { lnode *p=new lnode; scanf("%d",&p->num); p->next=l; l=p; i++; ch=getchar(); } rcount=0; for(j=1;jnext) t->checked=0; for(k=0;knext) if(t->num==a[k]&&t->checked==0) { t->checked=1; checkedcount++; break; } } if(checkedcount==i) { record[rcount]=j; rcount++; } } for(j=0;j
-
2026-04-02 08:07:37忐忑的火
回复#include "stdio.h" void main() { char a[6]; int i=0,j,k,s,p; printf("please intput num:\n"); while((ch=getch())!='\r') { a[++i]=ch; if(i==6) { printf("only can input 6 wei shu!\n"); break;} } for(i=0;i<6;i++) for(j=0;j!=i;j++) for(k=0;k!=i&&k!=j;k++) for(s=0;s!=i&&s!=j&&s!=k;s++) for(p=0;p!=i&&p!=j&&p!=k&&p!=s;p++) printf("%d%d%d%d%d%d ",a[i],a[j],a[k],a[s],a[p]); }
热门文章
- 康达学院专转本五年制
- 高考一个考场分ab卷吗
- not only but also用法
- 某物体做自由落体运动,从释放开始计时,则物体在前2s内的平均速度为______m/s,物体下落2m时的速度大小为______m/s.
- 三角函数公式大全表格
- 地理中考必背知识点2022
- 2013-2014学年小学六年级科学上学期期末考试试卷及答案
- 人教版2014-2015学年小学五年级英语第二学期期中教学质量检测试卷及答案
- 【Linux驱动开发】设备树详解(二)设备树语法详解
- 别跟客户扯细节
- 在别的城市买房子能落户吗
- 卖房前要把装修贷还完吗
- 高中政治教学提高教学效果的方法探究
- “互联网+”背景下的初中英语课堂教学改革与创新策略研究
- 2022年终止合同范本
- 租房合同范本范文
- 如何挑选土豆
- 如何挑选土鸡
