第27151题 单选题
使用贪心找零策略求解68元找零问题时,最少需要多少枚硬币?

假设商店可用硬币面额为1元、5元、1元、2元,且该面额体系满足贪心选择性质,采用经典贪心策略:每次选取当前可使用的最大面额硬币进行找零,不考虑其他组合方式。

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