餐巾问题 Meno:Zkw 最小费用最大流 */ #include using namespace std; const int Maxn=2005,oo=0x7fffffff/2; struct Edge{int to,next,op,vol,cost;}w[Maxn*100];