第24773题 判断题
判断"找出1000以内的所有自幂数可以使用枚举方法求解"这一说法是否正确

自幂数是指一个 n 位数,它的每个位上的数字的 n 次幂之和等于它本身。例如:当 n 为 3 时,有 1^3 + 5^3 + 3^3 = 153,153 即是 n 为 3 时的一个自幂数。

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