摘要: 好题 看似线段树的nlogn 实则是multiset + pair 1 #include<bits/stdc++.h> 2 #define fi first 3 #define se second 4 #define ll long long 5 using namespace std; 6 con 阅读全文
posted @ 2021-01-14 16:34 LegendN 阅读(100) 评论(0) 推荐(0)