会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Leocsse
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2022年10月13日
数据结构优化DP,树状数组+离散化
摘要: https://www.acwing.com/problem/content/299/ 1 #include <bits/stdc++.h> 2 using namespace std; 3 4 const int N = 1e3 + 5, mod = 1e9 + 7; 5 6 int n, m;
阅读全文
posted @ 2022-10-13 20:18 Leocsse
阅读(24)
评论(0)
推荐(0)
上一页
1
2
公告