From 5bb88b50e67b8a1812c07190f66ec6818ea99458 Mon Sep 17 00:00:00 2001 From: xingyou wu <3050128610@qq.com> Date: Fri, 11 Apr 2025 11:40:01 +0800 Subject: [PATCH] =?UTF-8?q?lanqiao=204385=20=E6=9C=80=E8=BF=91=E5=85=AC?= =?UTF-8?q?=E5=85=B1=E7=A5=96=E5=85=88LCA=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 00lanqiao chap/test99-5-3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00lanqiao chap/test99-5-3.cpp b/00lanqiao chap/test99-5-3.cpp index 63785e1..7dcb08c 100644 --- a/00lanqiao chap/test99-5-3.cpp +++ b/00lanqiao chap/test99-5-3.cpp @@ -1,4 +1,4 @@ -// lanqiao4385 最近公共祖先LCA查询 +// lanqiao 4385 最近公共祖先LCA查询 #include using namespace std; const int N = 1e5 + 9;