摘要: #include<bits/stdc++.h>using namespace std;const int N = 2e5 + 10;int n;struct build{ int t1, t2;}a[N];int now, ans;priority_queue<int> Q;bool cmp(bui 阅读全文
posted @ 2021-12-18 14:46 SunsThree 阅读(45) 评论(0) 推荐(0)