The first line contains a single integer $t(1 \leq t \leq 10)$, the numebr of the testcases.
For each testcase, the first line contains three integers $n,m,R(3 \leq n,m \leq 200, 1 \leq R \leq 10^6)$.
Then $n$ lines follows, each line contains two integers $(x_i,y_i)(|x_i|,|y_i| \leq 10^6)$, which describe the simple polygon in counter-clockwise.
Then $m$ lines follows, each line contains two integers $(a_i,b_i)(|a_i|,|b_i| \leq 10^6)$, which describe the initial position of the students.
The input guarantees that it is possible for each student to run into the building.