OSDN Git Service

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

index 0588820..3e6fbab 100644 (file)
@@ -34,8 +34,6 @@
     ```cpp
     #include <bits/stdc++.h>
     using namespace std;
-    ```
-
     typedef long long ll;
     const int N = 1e5 + 5;
     int n, q;