From da9133c3934b7e95cc2ce1382432d824eb9e3234 Mon Sep 17 00:00:00 2001 From: mzuenni Date: Sun, 16 Oct 2022 15:55:52 +0200 Subject: fixed typo --- graph/LCA_sparse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graph') diff --git a/graph/LCA_sparse.cpp b/graph/LCA_sparse.cpp index 2a38528..a56dafa 100644 --- a/graph/LCA_sparse.cpp +++ b/graph/LCA_sparse.cpp @@ -28,5 +28,5 @@ struct LCA { return visited[st.queryIdempotent(first[a], first[b] + 1)]; } - ll getDepth(int a) {eturn depth[first[a]];} + ll getDepth(int a) {return depth[first[a]];} }; -- cgit v1.2.3