摘要: #include<bits/stdc++.h> using namespace std; const int M=3e5+5; struct node{ int l,r,cnt,lazy; node(int l1=0,int r1=0,int cnt1=0,int lazy1=0):l(l1),r( 阅读全文
posted @ 2019-05-20 17:56 starve_to_death 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 网1:飞行员匹配 题目链接:https://www.oj.swust.edu.cn/problem/show/1736 俩种做法: /**********二分图匹配做法***********/ #include<bits/stdc++.h> using namespace std; const in 阅读全文
posted @ 2019-05-20 00:00 starve_to_death 阅读(174) 评论(0) 推荐(0) 编辑