![]() |
#2
吹水佬2021-11-25 19:53
|
#include<stdio.h>
int main()
{
int i;
int iYjx[]={1,2,3,4};
for(i=1;i<4;i++)
{
printf("%d\n",iYjx[i]);
}
return 0;
}