POJ 1811 Prime Test

来源:互联网 发布:滴滴出行大数据 编辑:程序博客网 时间:2024/05/21 13:22
Prime Test
Time Limit: 6000MS Memory Limit: 65536KTotal Submissions: 15434 Accepted: 2909Case Time Limit: 4000MS

Description

Given a big integer number, you are required to find out whether it's a prime number.

Input

The first line contains the number of test cases T (1 <= T <= 20 ), then the following T lines each contains an integer number N (2 <= N < 254).

Output

For each test case, if N is a prime number, output a line containing the word "Prime", otherwise, output a line containing the smallest prime factor of N.

Sample Input

2510

Sample Output

Prime2

Source

POJ Monthly

 

  

原创粉丝点击