OSDN Git Service

Update mo-algo-on-tree.md
authorcountercurrent_time <50617959+countercurrent-time@users.noreply.github.com>
Mon, 4 May 2020 04:35:20 +0000 (12:35 +0800)
committerGitHub <noreply@github.com>
Mon, 4 May 2020 04:35:20 +0000 (12:35 +0800)
docs/misc/mo-algo-on-tree.md

index a8b0c87..a93eb1d 100644 (file)
@@ -44,7 +44,6 @@ dfs 一棵树,然后如果 dfs 到 x 点,就 `push_back(x)` ,dfs 完 x 点
     #include <cmath>
     #include <cstdio>
     using namespace std;
-    ```
 
     const int maxn = 200010;