Commit f94c824c authored by 24OI-bot's avatar 24OI-bot
Browse files

style: format markdown files with remark-lint

parent 25c10219
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -170,6 +170,7 @@ 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 {       // 双栈模拟双端队列