11 2022 档案
最长不下降子序列nlogn模板
摘要:#include <bits/stdc++.h> using namespace std; int d[100011],n,len,a[100011]; int main(){ // freopen(".in","r",stdin); // freopen(".out","w",stdout); s 阅读全文
posted @ 2022-11-17 22:09 gui_ling 阅读(34) 评论(0) 推荐(0)