Description: It has a length of N integers A = {A[1], A[2], A[3], A[N]}...
Dr out of a problem for small:
The series A rearrange the sequence of A meet all A[i] * A[i + 1] (I = 1 ~ N - 1) are multiples of 4.
Xiao Yi now need to determine whether a series can meet the requirements after the rearrangement of Dr.
Input description:
The number of the first series of T input (t = 1 ~ 10),
Then every two lines describe a series of A, the first act of sequence length n (1 N 10^5)
Second n positive integer A[i] (1 A[i] 10^9)
Output description:
For each sequence, output a line indicating whether it can meet the requirements of Dr. Niu, and if you can output Yes, otherwise output No.
Input example 1:
Two
Three
110100
Four
1234
Output example 1:
Yes
No
* /
To Search:
File list (Check if you may need any files):
Array.java
a.lol