{ int j,k,a[5],b[5]; printf("请输入5个数字:"); for(j=0;j<5;j++) scanf("%d",a[j]); for(j=0;j<5;j++) printf("%d ",a[j]); }