Vlad and Unfinished Business Codeforces Solution | Codeforces Problem Solution 2022
Vlad and Nastya live in a city consisting of houses and road. From each house, you can get to the other by moving only along the roads. That is, the city is a tree.
Vlad lives in a house with index , and Nastya lives in a house with index . Vlad decided to visit Nastya. However, he remembered that he had postponed for later things that he has to do before coming to Nastya. To do the -th thing, he needs to come to the -th house, things can be done in any order. In minute, he can walk from one house to another if they are connected by a road.
Vlad does not really like walking, so he is interested what is the minimum number of minutes he has to spend on the road to do all things and then come to Nastya. Houses he can visit in any order. He can visit any house multiple times (if he wants).
The first line of input contains an integer () — the number of input test cases. There is an empty line before each test case.
The first line of each test case contains two integers and () — the number of houses and things, respectively.
The second line of each test case contains two integers and () — indices of the houses where Vlad and Nastya live, respectively.
The third line of each test case contains integers () — indices of houses Vlad need to come to do things.
The following lines contain description of city, each line contains two integers and () — indices of houses connected by road .
It is guaranteed that the sum of for all cases does not exceed .
Output lines, each of which contains the answer to the corresponding test case of input. As an answer output single integer — the minimum number of minutes Vlad needs on the road to do all the things and come to Nastya.
Join Now for Solution:-
No comments:
Post a Comment