2019 TCO Round 1B——[ 状压DP ]
摘要:
第一题是 EllysSki 。 题意:给n个数,求两个方向的最长递减区间。 可以O(n)。 #include<cstdio> #include<cstring> #include<algorithm> #include<vector> using namespace std; int Mx(int 阅读全文
posted @ 2019-05-02 00:52 Narh 阅读(180) 评论(0) 推荐(0) 编辑