第28917题 单选题
在解决"找出100以内所有满足各位数字之和为5的正整数"的问题时,以下哪种算法属于模拟枚举的解题方法?

模拟枚举算法的核心是遍历所有可能的候选解,逐一验证每个候选是否符合题目给定的条件,最终筛选出符合要求的结果。

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