第20493题 判断题
判断执行第一趟选择排序处理数组int a[]={2,0,2,4,3,1,6}后,数组变为{0,2,2,4,3,1,6}是否正确
int a[] = {2,0,2,4,3,1,6};

执行第一趟选择排序处理后a中数据变为{0,2,2,4,3,1,6}

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