int x[20]; for(int i =0;i<20;i++) { scanf(“%d”,&x[i]); }
for(int j = 0;j<20;j++) printf("N[%d] = %d\n",j,x[20-j-1]); return 0; //决定位置