摘要: 1 //洛谷3386 2 #include 3 #define N 1005 4 using namespace std; 5 int n,m,s,tot,ans; 6 int head[N],match[N]; 7 bool vis[N]; 8 inline int read(){ 9 int x=0,f=1; char ch=getchar(); 10 ... 阅读全文
posted @ 2017-09-28 17:57 I__am 阅读(224) 评论(0) 推荐(0) 编辑