#Q1. G数
G数
Background
Special for beginners, ^_^
Description
现有一整数
如果 有 及更多个约数
则称这个数 是“G数”。
请你判断这个数是不是“G数”
Format
Input
多组数据,每组1个 。
Output
每组数据各输出一个字符串,如果是“G数”输出G
,否则输出N
Samples
36
8
18
1
N
G
N
G
Limitation
1s, 1024KiB for each test case.
Statistics
Related
In following contests: