摘要:
点击查看代码 #include<bits/stdc++.h> using namespace std; const int N=2010; string a,b; int dp[N][N]; int main() { ios::sync_with_stdio(0),cin.tie(0); cin>> 阅读全文
posted @ 2026-03-09 23:51
AnoSky
阅读(2)
评论(0)
推荐(0)
摘要:
点击查看代码 #include<bits/stdc++.h> using namespace std; int n; int main() { ios::sync_with_stdio(0),cin.tie(0); cin>>n; int x; int ans=-2e9; int dp=-2e9; 阅读全文
posted @ 2026-03-09 23:37
AnoSky
阅读(1)
评论(0)
推荐(0)
摘要:
点击查看代码 #include<bits/stdc++.h> using namespace std; const int N=1010; int r; int a[N][N]; //表示从第i行j列出发,走到最底层能获得的最大路径和 int main() { ios::sync_with_stdi 阅读全文
posted @ 2026-03-09 23:23
AnoSky
阅读(4)
评论(0)
推荐(0)

浙公网安备 33010602011771号