第25069题 判断题
判断该Scratch程序能否正确检测输入的正整数是否为立方数

一个正整数 $n$ 是立方数,当且仅当存在一个正整数 $a$ 满足 $a\times a\times a = n$,例如 $8=2\times2\times2$,8 为立方数。执行下面的Scratch程序检测输入的正整数 $n$ 是否为立方数,请判断该程序是否正确: Scratch程序块 Scratch程序块 Scratch程序块

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