2019 藍橋杯省賽 B 組模擬賽(一)——最長上升子序列

題目連接:https://nanti.jisuanke.com/t/36113c++ 不必定連續的最長上升子序列spa #include <bits/stdc++.h> using namespace std; const int N = 1e5 + 9; int f[N], a[N]; int n; int find(int l, int r, int x) { while (l < r) {
相關文章
相關標籤/搜索