void main(){int i,a;for(i=0;i<10;i )a=2*i 1;for(i=9;i>=0;i--)printf("%d",a);printf("\n%d %d\n",a,a);}请高手指点!它的本意是只输入奇数然后从大到小输出!
阅读全文
2007
10-18