Loading docs/dp/opt/monotonous-queue-stack.md +9 −12 Original line number Diff line number Diff line Loading @@ -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]; Loading @@ -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++) { Loading Loading
docs/dp/opt/monotonous-queue-stack.md +9 −12 Original line number Diff line number Diff line Loading @@ -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]; Loading @@ -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++) { Loading