摘要: #include<stdio.h>#include<stdlib.h>int main(void){ int a,b,sum; sum=20; srand((unsigned)time(NULL)); a=rand()%100; while(1) { sum--; scanf("%d",&b); i 阅读全文
posted @ 2022-09-23 21:27 山川曜星空 阅读(12) 评论(0) 推荐(0)
摘要: #include<stdio.h>#include<stdlib.h>int main(void){ int a,b,c,d,e; for(a=0;a<=9;a++) { for(b=0;b<=9;b++) { for(c=0;c<=9;c++) { for(d=0;d<=9;d++) { for( 阅读全文
posted @ 2022-09-23 21:13 山川曜星空 阅读(76) 评论(0) 推荐(0)