sherripper
sherripper
全部文章
分类
题解(1)
归档
标签
去牛客网
登录
/
注册
sherripper的博客
全部文章
(共1篇)
状态方程的优化
楼上的大佬们已经把解析说得很详细了,我利用(a==b)的返回值把状态方程优化了一下。 #include<bits/stdc++.h> using namespace std; const int mod = 1e9 + 7; int main() { int dp[55][3]...
动态规划
2020-06-27
1
786