diff --git a/Reports/2-ir-gen-warmup/report.md b/Reports/2-ir-gen-warmup/report.md index 1bcaa633a27312acb23d95c053c59e2908908ddd..facc5db3a67086e96209f5ab1b6c1622922cf989 100644 --- a/Reports/2-ir-gen-warmup/report.md +++ b/Reports/2-ir-gen-warmup/report.md @@ -14,7 +14,7 @@ 1. 请画出该表达式对应的抽象语法树(使用 `calc_ast.hpp` 中的 `CalcAST*` 类型和在该类型中存储的值来表示),并给节点使用数字编号。 2. 请指出示例代码在用访问者模式遍历该语法树时的遍历顺序。 -序列请按如下格式指明(序号为问题 2.1 中的编号): +序列请按如下格式指明(序号为问题 3.1 中的编号): 3->2->5->1 ## 实验难点