Problem B
Nature Reserve
In a Nature Reserve and Wildlife Park, there are
To process data at each station, the Nature Reserve and
Wildlife Park needs to install a Smart Data Analysis program
(with the size of
To save energy, all communication channels are initially in
an idle state and need to be activated to send information. It
takes
Your task is to determine the minimum energy units required
to send the Smart Data Analysis program to all stations from
the initial
Input
The input consists of several datasets. The first line of
the input contains the number of datasets, which is a positive
number and is not greater than
Each dataset is described by the following lines:
-
The first line contains four positive integers: the number of environmental monitoring stations
, the number of two-way communication channels , the size of the program (in bytes), and the number of initial stations . The constraints are , , , and . -
The second line contains
positive integer representing the initial stations. -
Each of the following
lines contains three positive integers and to denote that there is a two-way communicataion channel between station and station , and it takes energy units to activate this channel .
Output
For each data set, output the minimum energy units required
to send the Smart Data Analysis program to all stations from
the initial
Sample Input 1 | Sample Output 1 |
---|---|
1 4 6 10 1 3 1 2 4 1 3 8 1 4 1 2 3 2 2 4 5 3 4 20 |
37 |