摘要: 题目:https://codeforces.com/gym/100820/problem/G 该题目可以通过十分巧妙的方法转换成nlogn求最长不下降子序列。 #include<iostream> #include<algorithm> using namespace std; struct poi 阅读全文
posted @ 2020-07-13 11:27 Xcsj 阅读(132) 评论(0) 推荐(0) 编辑