会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lz
首页
管理
2018年9月30日
[动态规划]划分数
摘要: n的m整数划分(不包含重复划分): #include <iostream> #include<cstdio> #define mod 1000000007 typedef long long ll; using namespace std; ll n,m; ll dp[1005][1005]; in
阅读全文
posted @ 2018-09-30 10:33 l..q
阅读(295)
评论(0)
推荐(1)
公告