1034. Graph

时间限制 1000 ms   内存限制 32 MB

Your task is to judge whether a regular polygon can be drawn only by straightedge and compass.

The length of the straightedge is infinite.

The width of the compass is infinite.

The straightedge does not have scale.

输入数据

There are several test cases. Each test case contains a positive integer n (3<=n<=10^9). The input will be ended by the End Of File.

输出数据

If the regular polygon with n sides can be drawn only by straightedge and compass, output YES in one line, otherwise, output NO in one line.

样例输入

复制
3
4
5
6
7
 \n
 \n
 \n
 \n
 \n

样例输出

复制
YES
YES
YES
YES
NO
   \n
   \n
   \n
   \n
  \n

提交

请先 登录

© 2024 FAQs Contact About