11 2020 档案

摘要:想证明的东西一定要尝试验证是不是对的,可以尝试卡 证明 定义优先级按$deg$比较, 相同比编号, 然后大往小连边 对于任意的点$u$, \(in_u \leq \sqrt m\) 所以, 我们枚举$u$点, 再枚举他的下一个$v \leq u$点, 再枚举下一个$w \leq v$点 每一个点的贡 阅读全文
posted @ 2020-11-22 20:43 SegmentTree 阅读(42) 评论(0) 推荐(0)
摘要:我好像只过了模板题 感觉很迷 #include<bits/stdc++.h> using namespace std; typedef long long ll; const int N = 4e5 + 10; const int mod = 1e9 + 7; const int iv2 = 500 阅读全文
posted @ 2020-11-08 20:53 SegmentTree 阅读(29) 评论(0) 推荐(0)