暑假第十八测

题解: 第一题:nlogn LIS #include<bits/stdc++.h> using namespace std; const int M = 100005; int a[M], f[M]; int main(){ freopen("lis.in","r",stdin); freopen("lis.out","w",stdout); int n, cnt = 0;
相关文章
相关标签/搜索