摘要: 题目:最大上升子序列和 就是最长上升子序列的改版,贡献由1改为a[i]其他全部不变 代码: #include <cstdio> #include <cstdlib> #include <cstring> #include <algorithm> const int N=1e3+5; using na 阅读全文
posted @ 2022-03-05 21:12 __honey 阅读(22) 评论(0) 推荐(0)