第23490题 判断题
判断:按给定规则构造合法数组时,N=6共有6个不同的合法数组

合法数组构造规则(针对给定自然数N):

  1. 仅包含N的一维数组为合法数组;
  2. 可在合法数组末尾添加自然数M,要求M ≤ 当前数组末尾元素的1/2,生成的新数组仍为合法数组。 题干命题:当N=6时,共有6个不同的合法数组。
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析