POJ - 2349 Arctic Network
2021-06-06 01:04
标签:cee eterm follow cout location reg input bsp dep The Department of National Defence (DND) wishes to connect several northern outposts by a wireless network. Two different communication technologies are to be used in establishing the network: every outpost will have a radio transceiver and some outposts will in addition have a satellite channel. Your job is to determine the minimum D required for the transceivers. There must be at least one communication path (direct or indirect) between every pair of outposts.Input
Output
Sample Input Sample Output POJ - 2349 Arctic Network 标签:cee eterm follow cout location reg input bsp dep 原文地址:http://www.cnblogs.com/xibeiw/p/7340565.html
Any two outposts with a satellite channel can communicate via the satellite, regardless of their location. Otherwise, two outposts can communicate by radio only if the distance between them does not exceed D, which depends of the power of the transceivers. Higher power yields higher D but costs more. Due to purchasing and maintenance considerations, the transceivers at the outposts must be identical; that is, the value of D is the same for every pair of outposts. 1
2 4
0 100
0 300
0 600
150 750
212.13
1 #include
文章标题:POJ - 2349 Arctic Network
文章链接:http://soscw.com/index.php/essay/91058.html