第24964题 判断题
判断找出1000以内的所有自幂数是否可以使用枚举法求解

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

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