第36102题 单选题
在某集成开发环境中调试下面代码段时尝试设置断点和检查局部变量,下面哪个说法是错误的( )。
    int i,N = 0; // L1
    cin >> N; // L2
    for (i = 1; i < 9; i++)
        if (N % i == 0) break; // L3
    if (i < 9)
        printf("N不能大于9\n"); // L4
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
知识点:
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析