From daaa0c72924ce3aae35432afcd8fac73a91d9b78 Mon Sep 17 00:00:00 2001 From: PinkRabbit <46786295+GitPinkRabbit@users.noreply.github.com> Date: Mon, 25 Jan 2021 15:31:12 +0800 Subject: [PATCH] =?utf8?q?=E4=BE=9D=E7=85=A7=20code=20review=20=E4=B8=AD?= =?utf8?q?=E7=9A=84=E5=BB=BA=E8=AE=AE=E8=BF=9B=E8=A1=8C=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 删除「出现玄学错误」的表述。 --- docs/graph/block-forest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/graph/block-forest.md b/docs/graph/block-forest.md index 67ac22a8..e3f0797c 100644 --- a/docs/graph/block-forest.md +++ b/docs/graph/block-forest.md @@ -351,7 +351,7 @@ int main() { 需要注意的是查询时若 LCA 是方点,则还需要查 LCA 的父亲圆点的权值。 - 注意:圆方树点数要开原图的两倍,否则会数组越界,出现玄学错误。 + 注意:圆方树点数要开原图的两倍,否则会数组越界。 ??? mdui-shadow-6 "参考代码" -- 2.11.0