摘要: 状压最短路 cpp include include include include using namespace std; struct Node{ int bi1, bi2, fi1, fi2; }nd[105]; int n, m, ww[105], cnt, dis[1050005]; bo 阅读全文
posted @ 2017-12-26 10:02 poorpool 阅读(107) 评论(0) 推荐(0)
摘要: 源向地球连 月球向汇连 每一天往下一天连 飞船上一天与这一天连 枚举答案 cpp include include include include using namespace std; struct Edge{ int too, nxt, val; }edge[1000005]; int n, m 阅读全文
posted @ 2017-12-26 08:36 poorpool 阅读(120) 评论(0) 推荐(0)