第20009题 判断题
执行给定逗号表达式组成的for循环后,int变量n的值是否为偶数?

已知 m 和 n 为 int 类型变量,执行如下代码:

for (m = 0, n = 1; n < 9; ) n = ((m = 3 * n, m + 1), m -1);
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析