#include#include void main() { int a[6]={1,2,3,4,6,5}; int i,j,t=0; for(j=5;j>0;j--){ printf("%d",a[j]); }}
你就不能把你要实现的功能说清楚吗?