摘要: 左边n个点 代表顾客 右边n*m个点 每n个为一组 (i,j)表示第i个维修工第k个修理该顾客的车 #include<bits/stdc++.h> using namespace std; const int INF = 0x7f7f7f7f; const int MAXN = 1005, MAXM 阅读全文
posted @ 2019-04-09 20:58 Aragaki 阅读(138) 评论(0) 推荐(0) 编辑
摘要: #include <bits/stdc++.h> using namespace std; typedef long long ll; const int MAXN = 1000005; const int MAXM = 1000005; const int mod = 1e9 + 7; int t 阅读全文
posted @ 2019-04-09 19:23 Aragaki 阅读(213) 评论(0) 推荐(1) 编辑