【比赛报告】2018.10.23[长乐一中Day2] NOIP练习赛卷二十

比赛时间:2018.10.23 选手:lrllrl 得分:100+0+0=100 用时:40min 对中序遍历得到的序列求一个n-最长不下降子序列,用nlogn算法求 #include<cstdio> #include<algorithm> using namespace std; const int N=1e5+10; int n,w[N],ch[N][2],tot,cnt,a[N],vis[N
相关文章
相关标签/搜索