14151415
The 1st line is a positive integer \(n\) \( ( n \leq 10^5) \)
The 2nd line contains \(n\) integers: \( a_1,a_2...a_n.For \ each \ a_i, 0 \leq a_i \leq 10^5 \)
The 3rd line contains a positive integer \(T (T \leq 10^5)\)
The 4th line contains \(T\) integers \(b_1,b_2,...b_T.For \ each \ b_i, 0 \leq b_i \leq 10^5 \)
4
2 3 9999 1
2
3 99
yes
no
Note that the integer value ranges are different in Problem 1 and 2