1308: 质因数分解
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:199
Solved:47
Description
不允许普通用户打印题目,请教师登录后使用。如有疑问请联系管理员!
Input
输入只有一行,包含一个正整数 n。
对于 60%的数据, 6 ≤ n ≤ 1000。
对于 100%的数据, 6 ≤ n ≤ 2*109。
Output
输出只有一行,包含一个正整数 p,即较大的那个质数。
Sample Input Copy
21
Sample Output Copy
7