对于每一组数据,共两行:
第一行一个整数
k,表示最后可能拿到球的人的数量。
第二行
k 个整数,表示最后可能拿到球的人的编号
#### 数据范围
对于
100% 的数据,
1≤t≤1000,1≤x ≤n≤1000,1≤m≤1000,1≤n⋅m≤2⋅105,1≤ri≤n−1。
## 样例 #1
### 样例输入 #1
```
5
6 3 2
2 ?
2 ?
2 ?
12 1 2
3 1
10 7 4
2 ?
9 1
4 ?
7 0
2 0
8 1
5 ?
5 3 1
4 0
4 ?
1 ?
4 1 1
2 ?
```
### 样例输出 #1
```
3
2 4 6
1
11
4
3 5 7 9
3
2 3 5
1
3
```
## 提示
Below is an illustration of three throws for the first test case. The arrows denote possible throw directions. Players who could have the ball after the throw are highlighted in gray.
  