Update Translations

This commit is contained in:
Lee Stott
2025-08-23 20:47:28 +01:00
committed by GitHub
parent eff26d962b
commit 4c689557b5
497 changed files with 0 additions and 50930 deletions

View File

@@ -1,13 +0,0 @@
# 循环和数组
## 说明
编写一段程序,列出 1-20 中所有 3 的倍数,将它们输出到控制台。
> 提示,使用 for 循环,修改迭代表达式
## 评价表
| 指标 | 优秀 | 良好 | 尚可进步 |
| --- | --- | --- | --- |
| | 程序运行正确,并且写了注释 | 没写注释 | 程序未完成或者有 BUG |