第14894题 单选题
以下哪个逻辑表达式可正确判定游戏玩家具备相对较高的力量或速度属性?

判定规则:设玩家力量属性为变量strength,速度属性为变量speed,当strength > 8 且 speed < 3,或者 strength <= 3 且 speed > 8时,判定玩家具备相对较高的力量或速度属性。

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