暑假第十八測

題解: 第一題: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;
相關文章
相關標籤/搜索