摘要: 传送门 一个莫比乌斯反演的模板题。 以前的代码。虽然我完全不记得我写过。 //Achen #include<cstdio> #include<cstdlib> #include<iostream> #include<algorithm> #include<cmath> #include<cstrin 阅读全文
posted @ 2018-02-05 19:42 啊宸 阅读(128) 评论(0) 推荐(0)
摘要: 传送门 最小割模型在信息学竞赛中的应用 公司要裁员,每个员工有个价值,裁了一个员工必须裁它的下属,问能得到最大价值和该价值下最小裁的员工数。 最大权闭合子图的模板题。 //Achen #include<algorithm> #include<iostream> #include<cstring> # 阅读全文
posted @ 2018-02-05 19:18 啊宸 阅读(200) 评论(0) 推荐(0)