|
||||||||||
D_numTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 5177 Accepted Submission(s): 1499 Problem Description Oregon Maple was waiting for Bob When Bob go back home. Oregon Maple asks Bob a problem that as a Positive number N, if there are only four Positive number M makes Gcd(N, M) == M then we called N is a D_num. now, Oregon Maple has some Positive numbers, and if a Positive number N is a D_num , he want to know the four numbers M. But Bob have something to do, so can you help Oregon Maple? Gcd is Greatest common divisor. Input Some cases (case < 100); Each line have a numeral N£¨1<=N<10^18£© Output For each N, if N is a D_NUM, then output the four M (if M > 1) which makes Gcd(N, M) = M. output must be Small to large, else output ¡°is not a D_num¡±. Sample Input
Sample Output
Source | ||||||||||
|