Unverified Commit c8b8e277 authored by Early's avatar Early Committed by GitHub
Browse files

Merge pull request #2666 from The-UltimateGamer/master

修复md爆炸
parents d8269035 c97d5151
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -170,8 +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 {       // 双栈模拟双端队列
    pii fr[M], bc[M];    // front,back; fi:w,se:v;