摘要: O(logn)最长上升子序列并输出 +++ pre数组记录转移。 #include <iostream> #include <cstdio> #include <cstring> #include <algorithm> using namespace std; const int N = 1e6 阅读全文
posted @ 2021-05-24 18:22 sunnyday0725 阅读(51) 评论(0) 推荐(0)