Unverified Commit aca2ce81 authored by Shuhao Zhang's avatar Shuhao Zhang Committed by GitHub
Browse files

fix(monotonous-queue-stack): fix format

parent 4b261fb2
Loading
Loading
Loading
Loading
+9 −12
Original line number Diff line number Diff line
@@ -39,7 +39,6 @@ author: TrisolarisHD, hsfzLZH1, Ir1d, greyqz, Anguei, billchenchina, Chrogeek, C
    const int maxn = 150000 + 10;
    const int maxm = 300 + 10;
    const ll inf = 0xcfcfcfcfcfcfcfcf;
    ```
    
    ll f[2][maxn];
    ll a[maxm], b[maxm], t[maxm];
@@ -55,8 +54,6 @@ author: TrisolarisHD, hsfzLZH1, Ir1d, greyqz, Anguei, billchenchina, Chrogeek, C
        fl = 1;
    }
    


    void dp() {
        init();
        for(int i = 1; i <= m; i++) {