A15392 | Kirill and Company
时间限制1s
内存限制256MB
通过 / 提交0/0
题目描述
Kirill lives on a connected undirected graph of $n$ vertices and $m$ edges at vertex $1$ . One fine evening he gathered $f$ friends, the $i$ -th friend lives at the vertex $h_i$ . So all friends are now in the vertex $1$ , the $i$ -th friend must get to his home to the vertex $h_i$ .
The evening is about to end and it is time to leave. It turned out that $k$ ( $k \le 6$ ) of his friends have no cars, and they would have to walk if no one gives them a ride. One friend with a car can give a ride to any number of friends without cars, but only if he can give them a ride by driving along one of the shortest paths to his house.
For example, in the graph below, a friend from vertex $h_i=5$ can give a ride to friends from the following sets of vertices: $[2, 3]$ , $[2, 4]$ , $[2]$ , $[3]$ , $[4]$ , but can't give a ride to friend from vertex $6$ or a set $[3, 4]$ .
The vertices where friends without cars live are highlighted in green, and with cars — in red.Kirill wants as few friends as possible to have to walk. Help him find the minimum possible number.
The evening is about to end and it is time to leave. It turned out that $k$ ( $k \le 6$ ) of his friends have no cars, and they would have to walk if no one gives them a ride. One friend with a car can give a ride to any number of friends without cars, but only if he can give them a ride by driving along one of the shortest paths to his house.
For example, in the graph below, a friend from vertex $h_i=5$ can give a ride to friends from the following sets of vertices: $[2, 3]$ , $[2, 4]$ , $[2]$ , $[3]$ , $[4]$ , but can't give a ride to friend from vertex $6$ or a set $[3, 4]$ .
The vertices where friends without cars live are highlighted in green, and with cars — in red.Kirill wants as few friends as possible to have to walk. Help him find the minimum possible number.
输入格式
The first line of input data contains an integer $t$ ( $1 \le t \le 10^3$ ) — the number of test cases in the test.
The first line of the test case contains two integers $n$ and $m$ ( $2 \le n \le 10^4$ , $n-1 \le m \le min (10^4, $ $ \frac{n \cdot (n - 1)}{2} $ $)$ ) — the number of vertices and edges, respectively.
The next $m$ lines of the test case contain a description of the edges, two integers each $u$ and $v$ ( $1 \le u, v \le n$ , $u \ne v$ ) — indexes of vertices connected by an edge. It is guaranteed that there is at most one edge between any pair of vertices (i.e. no multiple edges in the graph).
Then follows line containing the number $f$ ( $1 \le f \le 10^4$ ) — the number of Kirill's friends.
The next line of the test case contains $f$ integers: $h_1, h_2, \dots, h_f$ ( $2 \le h_i \le n$ ) — the vertices in which they live. Some vertices may be repeated.
The next line of the set contains the number $k$ ( $1 \le k \le min(6, f)$ ) — the number of friends without cars.
The last line of each test case contains $k$ integers: $p_1, p_2, \dots, p_k$ ( $1 \le p_i \le f$ , $p_i < p_{i+1}$ ) — indexes of friends without cars.
It is guaranteed that the sum of $n$ over all cases does not exceed $10^4$ , as well as the sums of $m$ and $f$ .
The first line of the test case contains two integers $n$ and $m$ ( $2 \le n \le 10^4$ , $n-1 \le m \le min (10^4, $ $ \frac{n \cdot (n - 1)}{2} $ $)$ ) — the number of vertices and edges, respectively.
The next $m$ lines of the test case contain a description of the edges, two integers each $u$ and $v$ ( $1 \le u, v \le n$ , $u \ne v$ ) — indexes of vertices connected by an edge. It is guaranteed that there is at most one edge between any pair of vertices (i.e. no multiple edges in the graph).
Then follows line containing the number $f$ ( $1 \le f \le 10^4$ ) — the number of Kirill's friends.
The next line of the test case contains $f$ integers: $h_1, h_2, \dots, h_f$ ( $2 \le h_i \le n$ ) — the vertices in which they live. Some vertices may be repeated.
The next line of the set contains the number $k$ ( $1 \le k \le min(6, f)$ ) — the number of friends without cars.
The last line of each test case contains $k$ integers: $p_1, p_2, \dots, p_k$ ( $1 \le p_i \le f$ , $p_i < p_{i+1}$ ) — indexes of friends without cars.
It is guaranteed that the sum of $n$ over all cases does not exceed $10^4$ , as well as the sums of $m$ and $f$ .
输出格式
Output $t$ lines, each of which contains the answer to the corresponding test case. As an answer, output a single integer — the minimum possible number of friends who will have to walk.
输入输出样例
输入 #1
3 6 7 1 2 2 3 2 4 3 5 4 5 3 6 6 5 5 2 3 4 5 6 4 1 2 3 5 6 7 1 2 2 3 2 4 3 5 4 5 3 6 6 5 6 2 3 4 5 6 5 4 1 2 3 5 4 4 1 2 1 3 2 3 3 4 3 3 4 2 2 1 3
输出 #1
2 1 1
输入 #2
3 2 1 1 2 3 2 2 2 3 1 2 3 3 3 1 2 1 3 2 3 4 2 2 2 3 3 1 2 4 4 4 3 1 3 2 1 4 2 4 5 3 2 2 4 2 3 1 3 4
输出 #2
3 1 0
The first test case of the first example is explained in the statement.
In the second test case of the first example, two friends with cars live at vertex $5$ , one can give a ride to friends from vertices $2$ and $3$ , and the second from vertex $4$ , only a friend from vertex $6$ will have to walk.
In the second test case of the first example, two friends with cars live at vertex $5$ , one can give a ride to friends from vertices $2$ and $3$ , and the second from vertex $4$ , only a friend from vertex $6$ will have to walk.
C++ 编辑器
输入
输出
可保存默认模板;新题优先使用已保存模板。
当前快捷键仅展示,暂不支持修改。
- 撤销
Ctrl / ⌘ + Z - 重做
Ctrl / ⌘ + Y - 查找
Ctrl / ⌘ + F - 全选
Ctrl / ⌘ + A - 复制
Ctrl / ⌘ + C - 剪切
Ctrl / ⌘ + X - 粘贴
Ctrl / ⌘ + V - 自动排版
工具栏排版按钮 - 草稿保存
编辑时自动保存到本机
历史
提交记录
状态说明时间源码
AI
作答助手
你好,我是作答助手。可以问思路、复杂度、样例含义或代码报错原因;不会直接给出完整 AC 代码。
确定要清空代码吗?
提交通过
评测结果:Accepted