OSDN Git Service

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

index a93eb1d..a8b0c87 100644 (file)
@@ -44,6 +44,7 @@ dfs 一棵树,然后如果 dfs 到 x 点,就 `push_back(x)` ,dfs 完 x 点
     #include <cmath>
     #include <cstdio>
     using namespace std;
+    ```
 
     const int maxn = 200010;
 
index 3e6fbab..773a224 100644 (file)
@@ -38,6 +38,7 @@
     const int N = 1e5 + 5;
     int n, q;
     int x[N], t[N], m;
+    ```
 
     struct Query {
       int l, r, id;