程序的运行结果是: main() { int i,a[10]; for(i=0;i<10;i++) a[i]=i; for(i=9;i>=0;i--) printf(%d ,a[i]); }

时间:2022-11-11 08:45:03

相似题目