SP16300 TRIISO - Playing with isosceles triangle

Description

Naruto was always alone as a kid. He used to get bored a lot and always tried different things for fun. Once he got facinated by isosceles triangles and developed a game. He will choose a integer value S to be length of the equal sides of the isosceles triangle. Now if it is possible that he can form any triangle which has a third side of even length as well a height of integral value with the third side as base then he becomes happy. Given S determine if Naruto will be happy.

Input Format

First line contains T, the number of test cases. (T

Output Format

For each of T test cases output YES if Naruto will be happy and NO otherwise