FashionabLee CodeForces - 1369A rat800

本文讲述了如何判断一个正多边形是否美丽,美丽条件为至少一条边平行于OX轴,同时至少一条边平行于OY轴。给定市场中正多边形的数量,输出每个是否满足条件。
摘要由CSDN通过智能技术生成

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

Lee thinks a regular n-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 OX-axis and at least one of its edges is parallel to the OY-axis at the same time.

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

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

Input
The first line contains a single integer t (1≤t≤104) — the number of polygons in the market.

Each of the next t lines contains a single integer ni (3≤ni≤109): it means that the i-th polygon is a regular ni-sided polygon.

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

Example
Input
4
3
4
12
1000000000
Output
NO
YES
YES
YES
Note
In the example, there are 4 polygons in the market. It’s easy to see that an equilateral triangle (a regular 3-sided polygon) is not beautiful, a square (a regular 4-sided polygon) is beautiful and a regular 12-sided polygon (is shown below) is beautiful as well.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值