第19907题 单选题
实现"三天打渔两天晒网"逻辑的C++代码中if语句的条件应填写以下哪个表达式?
int n,i;
cin >> n;
i = n % 5;
if (________________) // 在此处填写代码
    cout << "晒网";
else
    cout << "打鱼";
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析