会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ziqi
雷霆乍惊,宫车过也
联系
管理
2022年7月26日
动态规划
摘要: 最长不下降子序列 感觉真的忘得差不多了。 #include<iostream> using namespace std; #define N 1000010 int n, num, a[N], f[N], len1, len2; int main() { while(cin >> num) a[++
阅读全文
posted @ 2022-07-26 15:46 huaziqi
阅读(24)
评论(0)
推荐(0)
公告