第18121题 程序题
Scratch编程计算累加序列1+(1+2)+…+(1+2+…+10)的和并展示结果

准备工作

  1. 使用默认白色背景和小猫角色。

功能实现

  1. 点击绿旗后,计算序列 1 + (1+2) + (1+2+3) + … + (1+2+…+10) 的值;
  2. 小猫说出计算结果,持续2秒。

效果示例

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