int x=3,y=6;
int a[]={2,4,3,7,8,9,1,10},b[]={9,3,2,6,3,1,8,10,2,3} ;
执行 for(int i=0;i<=x;i++) {a[x+i]*=b[y+i];}后,a 数组元素按顺序为( )(用空格分隔每个值)。