摘要: 题目链接:Link Problem Solution 暴力枚举边数,用传递闭包判断当前状态即可。 Code #include<cstdio> #include<cstring> #include<algorithm> #include<queue> #include<cassert> using n 阅读全文
posted @ 2019-10-05 08:33 happyZYM 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 题目链接:Link Problem Solution 显然可以二分答案,然后计算需要报销多少条电缆,以此来判断接下来的二分区间。 Code #include<cstdio> #include<cstring> #include<algorithm> #include<vector> #include 阅读全文
posted @ 2019-10-05 08:04 happyZYM 阅读(139) 评论(2) 推荐(0) 编辑