摘要: P1439 【模板】最长公共子序列 - 洛谷 | 计算机科学教育新生态 (luogu.com.cn) 这题按照朴素版本必超时 所以要先离散转化+LIS的二分优化才能过这个题 具体的看题解 #include<iostream> #include<map> using namespace std; co 阅读全文
posted @ 2022-04-26 16:47 小志61314 阅读(118) 评论(0) 推荐(0)