do{scanf("%d",&a[i]);i++;}while(y=getchar( )!='\n')用完整的结构怎么表达
int i; int a[1000];do { scanf("%d",&a[i]); i++; }while(y=getchar()!='\n');