CF1369A.FashionabLee

传统题 时间 2000 ms 内存 256 MiB 3 尝试 1 已通过 1 标签

FashionabLee

Lee is going to fashionably decorate his house for a party, using some regular convex polygons...

Lee thinks a regular nn-sided (convex) polygon is beautiful if and only if he can rotate it in such a way that at least one of its edges is parallel to the OXOX-axis and at least one of its edges is parallel to the OYOY-axis at the same time.

Recall that a regular nn-sided polygon is a convex polygon with nn vertices such that all the edges and angles are equal.

Now he is shopping: the market has tt regular polygons. For each of them print YES if it is beautiful and NO otherwise.

Input

The first line contains a single integer tt (1t1041 \le t \le 10^4) — the number of polygons in the market.

Each of the next tt lines contains a single integer nin_i (3ni1093 \le n_i \le 10^9): it means that the ii-th polygon is a regular nin_i-sided polygon.

Output

For each polygon, print YES if it's beautiful or NO otherwise (case insensitive).

Note

In the example, there are 44 polygons in the market. It's easy to see that an equilateral triangle (a regular 33-sided polygon) is not beautiful, a square (a regular 44-sided polygon) is beautiful and a regular 1212-sided polygon (is shown below) is beautiful as well.

Samples

4
3
4
12
1000000000
NO
YES
YES
YES

在线编程 IDE

建议全屏模式获得最佳体验