会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wegret
我好菜啊。
博客园
首页
新随笔
联系
订阅
管理
2023年1月2日
Codeforces 1389 B. Array Walk 做题记录(DP)
摘要: (纯种的DP还是做得有点苦痛,调了好久。太菜了。) 大概就是第一层枚举返回几次,第二层遍历一遍$1~n$。 #include <bits/stdc++.h> using namespace std; const int maxn=1e5; int t; int n,k,z; int a[maxn+5
阅读全文
posted @ 2023-01-02 19:48 wegret
阅读(45)
评论(0)
推荐(0)
公告