cychester

随笔分类 -  模板

CSP前模板复习
摘要:Tarjan 求强连通分量 展开查看 include include include using namespace std; const int N = 1e4 + 1e3; int n, m, cnt, dfn[N], low[N], inq[N]; int stk[N], tp, c[N], 阅读全文

posted @ 2019-11-08 21:30 cychester 阅读(159) 评论(0) 推荐(0)

Luogu 3690 LCT - 模板
摘要:推荐几篇比较好的博客: FlashHu 的 讲解比较好 : 传送门 Candy 的 代码~ : 传送门 以及神犇Angel_Kitty的 学习笔记: 传送门 Code 1 #include<cstdio> 2 #include<cstring> 3 #include<algorithm> 4 #de 阅读全文

posted @ 2018-09-20 20:22 cychester 阅读(211) 评论(0) 推荐(0)

导航