atcoder#KEYENCE2019E. Connecting Cities
Connecting Cities
Score : points
Problem Statement
There are cities in Republic of AtCoder. The size of the -th city is . Takahashi would like to build bidirectional roads connecting two cities so that any city can be reached from any other city by using these roads.
Assume that the cost of building a road connecting the -th city and the -th city is . For Takahashi, find the minimum possible total cost to achieve the objective.
Constraints
- and are integers.
Input
Input is given from Standard Input in the following format:
Output
Print the minimum possible total cost.
3 1
1 100 1
106
This cost can be achieved by, for example, building roads connecting City , and City , .
3 1000
1 100 1
2202
6 14
25 171 7 1 17 162
497
12 5
43 94 27 3 69 99 56 25 8 15 46 8
658