Unverified Commit 79bb7fc6 authored by The-UltimateGamer's avatar The-UltimateGamer Committed by GitHub
Browse files

fix md explosion

parent d8269035
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 {       // 双栈模拟双端队列