数据结构
文章平均质量分 68
Rh_hipper
这个作者很懒,什么都没留下…
展开
-
2022航电多校第二场 A.Static Query on Tree 树剖 题解
2022航电多校第二场 A.Static Query on Tree 树剖 题解原创 2022-07-22 18:59:15 · 418 阅读 · 1 评论 -
Codeforces Round #807 (Div. 2)A~E个人题解
Codeforces Round #807 (Div. 2)A~E个人题解原创 2022-07-16 16:31:50 · 394 阅读 · 0 评论 -
Codeforces Round #538 (Div. 2)A~F个人题解
Codeforces Round #538 (Div. 2)A~F个人题解原创 2022-07-11 20:49:27 · 136 阅读 · 0 评论 -
Luogu P1197
按题意想,每次都删掉我们所删的点的所有边,再判一下有多少连通块,复杂度肯定不够。 我们可以反着想,我们把正着删除,看成倒着建,这样就简单了。 #include<bits/stdc++.h> using namespace std; typedef long long ll; #define N 400005 const long double pi=3.141592653589793238462643383279502884; #define M(x) memset(x,0,sizeof(原创 2021-08-22 11:25:33 · 86 阅读 · 0 评论