F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

ping ping ping

Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 1881    Accepted Submission(s): 529


Problem Description
The structure of the computer room in Northeastern University is pretty miraculous. There are $n$ servers, some servers connect to the gateway whose IP address is 0 directly. All servers are connected with each other by $n$ netting twines. It is said that this structure is favorable for maintaining physical problem of servers.
But because of an unexpected rainstorm, the computer room was destroyed by a terrible thunderclap!
Our maintainer Bittersweet found that many servers were not able to be visited, so he hurried to the computer room to lookup the reason. After several hours, Bittersweet realized that some net gape of servers were broken by thunderclap. However, there were too many servers to find out all the broken net gapes quickly. So he came up with an idea to assess the damaged condition roughly. Bittersweet decided to turn on some servers and ping other servers randomly, then record the unsuccessful pairs of servers.
Now he need a program to analyze the record to confirm what is the $minimum$ number of servers whose net gape was destroyed by thunderclap. Can you help him to complete this work?
 

Input
There are at most 20 test cases.
In each test case, the first line is an integer $n$ ($3 \leq n \leq 10^4$), denoting the number of servers. The IP address of these servers is $1 \dots n$.
Then follows $n$ lines, each line contains two integers $u$ and $v$ ($0 \leq u, v \leq n$), denoting that the server whose IP address is $u$ is connected with the server whose IP address is $v$ by netting twine initially.
After those, there is one line contains only an integer $p$ ($p \leq 50000$), denoting the number that Bittersweet uses ping.
Then follows $p$ lines, each line contains two integers $U$ and $V$ , denoting when using server $U$ to ping server $V$, it returned unsuccessful.
 

Output
A single integer $x$ in a line, denoting at least $x$ servers whose net gape were broken.
 

Sample Input
4 1 0 4 2 2 0 3 2 2 1 3 2 1
 

Sample Output
1
 

Source
 

Statistic | Submit | Discuss | Note
Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-04-20 20:45:52, Gzip enabled