OSDN Git Service

style: format markdown files with remark-lint
author24OI-bot <15963390+24OI-bot@users.noreply.github.com>
Mon, 4 May 2020 04:20:57 +0000 (00:20 -0400)
committer24OI-bot <15963390+24OI-bot@users.noreply.github.com>
Mon, 4 May 2020 04:20:57 +0000 (00:20 -0400)
docs/misc/mo-algo-on-tree.md
docs/misc/rollback-mo-algo.md

index b5c3365..072c099 100644 (file)
@@ -44,6 +44,7 @@ dfs 一棵树,然后如果 dfs 到 x 点,就 `push_back(x)` ,dfs 完 x 点
     #include <cmath>
     #include <cstdio>
     #include <iostream>
+    ```
 
     #define DEBUG printf("line:%d func:%s\n", __LINE__, __FUNCTION__);
 
index d0fcac3..0588820 100644 (file)
@@ -34,6 +34,7 @@
     ```cpp
     #include <bits/stdc++.h>
     using namespace std;
+    ```
 
     typedef long long ll;
     const int N = 1e5 + 5;