 solutions to any (univariate)
polynomial equation of degree
 solutions to any (univariate)
polynomial equation of degree  . Of course, they sometimes needed to include
some hocus-pocus like their magic number
. Of course, they sometimes needed to include
some hocus-pocus like their magic number  , which they say is a solution to
the equation
, which they say is a solution to
the equation 
 (the second solution being
 (the second solution being  ).
).
But there are a few equations, for which most ordinary wizards failed to
give  distinct solutions. Only the oldest and wisest wizards tried to be
clever and bubbled something about multiplicity of roots - but nobody can
possibly understand such excuses for finding fewer than
 distinct solutions. Only the oldest and wisest wizards tried to be
clever and bubbled something about multiplicity of roots - but nobody can
possibly understand such excuses for finding fewer than  distinct roots.
 distinct roots.
Given a polynomial of degree  , find out if wizards can possibly find
, find out if wizards can possibly find  distinct roots (including the magic ones using
distinct roots (including the magic ones using  ), or if it is impossible
-- even for the wizards -- to find
), or if it is impossible
-- even for the wizards -- to find  distinct roots.
 distinct roots.
	
	Input 
Input starts with the number of test cases  (
 (
 ) in a single line.
Each test case consists of a single line that holds a series of integers (separated by single spaces).
The first integer is the degree
) in a single line.
Each test case consists of a single line that holds a series of integers (separated by single spaces).
The first integer is the degree  (
 (
 ) of the polynomial in
question. It is followed by the
) of the polynomial in
question. It is followed by the  coefficients
 coefficients 
 (
 (
 ,
, 
 ) to form the equation
) to form the equation 
 .
.
	Output 
For each test case output ``Yes!'' on a single line (without the quotes) if the wizards have
a chance (provided they are as good as they claim) to find  distinct
roots.
 distinct
roots.
Print ``No!'' on a single line (again without quotes) if there is no way any wizard can possibly find
 distinct roots.
 distinct roots.
Sample Input
Sample Output