摘要: 被卡空间的代码: #include<bits/stdc++.h> #define N 810010 using namespace std; struct no{ int l,r,id; }a[100010]; int operator <(no x,no y){ return x.l<y.l||( 阅读全文
posted @ 2020-10-12 08:31 会赢嘛 阅读(123) 评论(0) 推荐(0)