OSDN Git Service

fix md explosion
authorThe-UltimateGamer <40680747+The-UltimateGamer@users.noreply.github.com>
Sun, 20 Sep 2020 09:15:39 +0000 (17:15 +0800)
committerGitHub <noreply@github.com>
Sun, 20 Sep 2020 09:15:39 +0000 (17:15 +0800)
docs/ds/queue.md

index e50c32f..38b8b99 100644 (file)
@@ -170,7 +170,6 @@ int q[SIZE], ql = 1, qr;
     /******************heading******************/
     const int M = 5e4 + 5, P = 505;
     int I, m, p;
-    ```
 
     inline int _(int d) { return (d + p) % p; }
     namespace DQ {       // 双栈模拟双端队列