第1行输入三个整数N,K,S.接下来N行每行输入一只牛的号码.接下来K行每行输入一个模式串的号码.
9 6 10
5
6
2
10
10
7
3
2
9
1
4
4
3
2
1
INPUT DETAILS:
The sample input corresponds to the example given in the problem statement.
1
3
OUTPUT DETAILS:
There is only one match, at position 3 within FJ's sequence of N cows.