SDNU1045(1048)石子合并(动态规划问题)

参考大佬博客:https://blog.csdn.net/sunshine_yg/article/details/47209299c++ 代码1045:测试 #include<bits/stdc++.h> using namespace std; const int maxn=2e2+10; const int inf=0x3f3f3f3f; int dp[maxn][maxn]; int num
相关文章
相关标签/搜索