图论
wxfwxf328
这个作者很懒,什么都没留下…
展开
-
hdu 3549 Flow Problem【最大流】
直接模板 #include using namespace std; const int maxn=20; const int inf=0x3f3f3f3f; struct EK { int cap[maxn][maxn]; int flow[maxn][maxn]; int n; void init(int n) { this->n=n原创 2012-02-02 20:03:18 · 534 阅读 · 0 评论 -
ural 1016 Cube on the Walk 状态压缩最短路
http://acm.timus.ru/problem.aspx?space=1&num=1016 http://acm.hust.edu.cn:8080/judge/problem/viewProblem.action?id=14076 1016. Cube on the Walk Time Limit: 2.0 second Memory Limit:原创 2012-05-17 10:47:33 · 5979 阅读 · 0 评论