第19796题 判断题
以下单独使用下划线_作为C++for循环变量的代码,是否因变量名不符合命名规范导致错误?
1 for (int _ = 0; _ < 10; _++)
2  continue;
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析