10 2016 档案
摘要:链接:http://hihocoder.com/contest/hiho119/problem/1 #include<cstdio> #include<queue> using namespace std; const int N=205,M=205,INF=0x3f3f3f3f; const in
阅读全文
摘要:题目链接:http://hihocoder.com/problemset/problem/1394 代码: #include<bits/stdc++.h> using namespace std; const int N=505*2+10,M=20005,INF=0x3f3f3f3f; int n,
阅读全文
摘要:题目链接:http://hihocoder.com/problemset/problem/1393 话说我之前一直不知道二分匹配可以用网络流做。。。 #include<cstdio> #include<cstring> #include<queue> using namespace std; con
阅读全文
摘要:题目链接:http://hihocoder.com/problemset/problem/1378 代码: #include<bits/stdc++.h> using namespace std; const int maxn=505; int c[maxn][maxn],pre[maxn],flo
阅读全文
摘要:题目链接:http://hihocoder.com/problemset/problem/1369 代码: #include<cstdio> #include<queue> #include<cstring> #include<algorithm> #include<cstdlib> #define
阅读全文
浙公网安备 33010602011771号