摘要:
链接: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/1378 代码: #include<bits/stdc++.h> using namespace std; const int maxn=505; int c[maxn][maxn],pre[maxn],flo 阅读全文