首页
Python
Java
IOS
Andorid
NodeJS
JavaScript
HTML5
【
hdu4309
】的更多相关文章
hdu4309
题解: 暴力枚举 然后网络流 代码: #include<iostream> #include<cstdio> #include<cstring> using namespace std; ,V=,inf=0xffff; struct Edge{int u,v,c,next;}edge[E]; ],sta[V]; void init() { cnt=; memset(head,-,sizeof(head)); } void jb(int u,int v,int c) {…