OSDN Git Service

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

index 072c099..b5c3365 100644 (file)
@@ -44,7 +44,6 @@ dfs 一棵树,然后如果 dfs 到 x 点,就 `push_back(x)` ,dfs 完 x 点
     #include <cmath>
     #include <cstdio>
     #include <iostream>
-    ```
 
     #define DEBUG printf("line:%d func:%s\n", __LINE__, __FUNCTION__);