摘要:
``` #include int main() { int a[11],i,j,t; for(i=0;i int main() { int book[1001],i,j,t,n; for(i=0;i=0;i--) //依次判断编号1000~0的桶 for(j=1;j<=book[i];j++) //出现了几次就将桶的编号打印几次 print... 阅读全文
摘要:
``` #include int main() { //printf("Please input the value a:\n"); 等于下一句 fprintf(stdout, "Please input the value a:\n"); int a; //scanf("%d",&a); 等于下一句 fscanf(stdin,"%d",&a); if(a 0\n"); r... 阅读全文