第26197题 判断题
判断使用枚举法可以求解1000以内的所有自幂数

自幂数是指一个n位数,它的每个位上的数字的n次幂之和等于它本身。例如:当n为3时,$1^3 + 5^3 + 3^3 = 153$,153即是n为3时的一个自幂数。若找出1000以内的所有自幂数,可以使用枚举的方法来求解这个问题。

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