摘要:
//思路,看成一块一块的草块,一格一格遍历,从左到右//状态转移方程f[j]=max(f[j],f[i]+j-i+1);#include <bits/stdc++.h> using namespace std; #define ll long long const int M = 3e6 + 1; 阅读全文
posted @ 2021-04-08 22:52
Baudelaire
阅读(89)
评论(0)
推荐(0)
2021年4月8日