Loading

摘要: Link 考虑最多几个不用移动 很容易想到最长非严格递增子序列不动 答案就是n-LIS ##code #include<bits/stdc++.h> using namespace std; typedef long long ll; #define pb push_back const int N 阅读全文
posted @ 2021-03-13 21:35 金木换 阅读(27) 评论(0) 推荐(0)