摘要: RT 阅读全文
posted @ 2020-08-23 16:00 Gold_stein 阅读(101) 评论(0) 推荐(0) 编辑
摘要: STL优先队列写法 #include<bits/stdc++.h> using namespace std; const int N=1e5+5; int n,ne[N]; struct node{ int val,pos; bool operator < (const node &G) const 阅读全文
posted @ 2020-08-23 09:18 Gold_stein 阅读(168) 评论(0) 推荐(0) 编辑