摘要:
problemsolutioncodes#include#includeusing namespace std;const int maxn = 1010;int m, n, f[maxn][maxn];int main(){ cin>>m>>n; for... 阅读全文
posted @ 2018-06-06 21:11
gwj1139177410
阅读(120)
评论(0)
推荐(0)
摘要:
problemsolutioncodes//Kruskal#include#include#includeusing namespace std;int n, a[110][110], fa[110], co, ans;struct side{ int u, v... 阅读全文
posted @ 2018-06-06 21:09
gwj1139177410
阅读(125)
评论(0)
推荐(0)
摘要:
problemsolutioncodes//BFS+记忆化搜索#include#include#include#define maxn 100000using namespace std;int f[maxn],ans;int a, b;void bfs(){ ... 阅读全文
posted @ 2018-06-06 21:08
gwj1139177410
阅读(121)
评论(0)
推荐(0)

浙公网安备 33010602011771号