题解列表

筛选

P1024-题解(C++代码)

摘要:解题思路:子问题:以第i个为终点的最长不降子序列注意事项:参考代码:#include<iostream>#include<algorithm>using namespace std;int main(……