摘要: 区间DP 282. 石子合并 #include<iostream> #include<cstring> #include<algorithm> using namespace std; const int N = 305,INF = 0x3f3f3f3f; int f[N][N],a[N],s[N] 阅读全文
posted @ 2022-06-04 22:29 安河桥北i 阅读(30) 评论(0) 推荐(1)