Loading docs/dp/opt/monotonous-queue-stack.md +2 −1 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ 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]; Loading Loading
docs/dp/opt/monotonous-queue-stack.md +2 −1 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ 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]; Loading