摘要: 由于未知不稳定因素,在某些评测机上可能有锅,欢迎指正: #include<bits/stdc++.h> using namespace std; const int maxn=100010; struct data{ int t,p,v; int fir,sec; void push(){ scan 阅读全文
posted @ 2021-10-11 20:28 AlienCollapsar 阅读(33) 评论(0) 推荐(0)
// 生成目录索引列表 // ref: http://www.cnblogs.com/wangqiguo/p/4355032.html // modified by: zzq