Responsive image

问题 1570 --Bad Cowtractors

1570: Bad Cowtractors

时间限制: 1 Sec  内存限制: 128 MB
提交: 1  解决: 1
[提交][状态][讨论版][命题人:]

题目描述

Bessie has been hired to build a cheap internet network among Farmer John's N (2 <= N <= 500) barns that are conveniently numbered 1..N. FJ has already done some surveying, and found M (1 <= M <= 20,0000) possible connection routes between pairs of barns. Each possible connection route has an associated cost C (1 <= C <= 100,000). Farmer John wants to spend the least amount on connecting the network; he doesn't even want to pay Bessie. 

Realizing Farmer John will not pay her, Bessie decides to do the worst job possible. She must decide on a set of connections to install so that (i) the total cost of these connections is as large as possible, (ii) all the barns are connected together (so that it is possible to reach any barn from any other barn via a path of installed connections), and (iii) so that there are no cycles among the connections (which Farmer John would easily be able to detect). Conditions (ii) and (iii) ensure that the final set of connections will look like a "tree".

输入描述

* Line 1:T

* Line 2: Two space-separated integers: N and M 

* Lines 3...M+1: Each line contains three space-separated integers A, B, and C that describe a connection route between barns A and B of cost C.

输出描述

* Line 1: A single integer, containing the price of the most expensive tree connecting all the barns. If it is not possible to connect all the barns, output -1.

样例输入

1
5 8
1 2 3
1 3 7
2 3 10
2 4 4
2 5 8
3 4 6
3 5 2
4 5 17

样例输出

42

提示

 最大生成树

来源

poj 

[提交][状态]
ACM算法攻关部
  • Anything about this OnlineJudge, Please Contact Administrator. Click add QQ

    OJ system based on HUSTOJ Project , UI based on Twitter Bootstrap

    Copyright 2016 ACM算法攻关部
    关于网站改版