兰WX 发表于 2014-5-10 19:46 错误1:while (n>0 || n
UT丶 发表于 2014-5-10 20:03 scanf("%d",n); 接收的为变量内存地址要加上& printf("n-j"); 输出要加占位符 printf("%d",n-j); ...