会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
caxi
博客园
首页
新随笔
联系
订阅
管理
2020年3月7日
数组分组(计蒜客)
摘要: 标准的动态规划的问题,先求出,任意两个数之间的余数,再调用动态规划即可得出。 #include<iostream> #include<math.h> using namespace std; int s[1000][1000]; int dp[1005]; int main() { int n; c
阅读全文
posted @ 2020-03-07 22:18 caxi
阅读(371)
评论(0)
推荐(0)
编辑
公告