第19516题 填空题
给定C++变量与数组初始值,执行for循环后求a数组的全部元素
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数组元素按顺序为( )(用空格分隔每个值)。

{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析