随笔分类 -  费用流

摘要:#include<bits/stdc++.h> using namespace std; char buf[1<<20],*_=buf,*__=buf; #define gc() (_==__&&(__=(_=buf)+fread(buf,1,1<<20,stdin),_==__)?EOF:*_++ 阅读全文
posted @ 2020-12-19 22:59 肆之月 阅读(114) 评论(0) 推荐(0)