代码改变世界

随笔分类 -  tarjan

【模板】割点(割顶)

2019-04-07 23:20 by 一只弱鸡丶, 216 阅读, 收藏,
摘要: 题目链接:https://www.luogu.org/ problemnew/show/P3388 阅读全文

华华和月月逛公园(牛客小白赛)

2019-04-07 23:19 by 一只弱鸡丶, 239 阅读, 收藏,
摘要: https://ac.nowcoder.com/acm/contest/392/I #include <bits/stdc++.h> using namespace std; #define re register #define ll long long const int maxn=1e5+10 阅读全文