最大质数
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
说明
输入一个整数 ,找到到里最大的质数,如果没有质数则输出"No
"。
输入格式
输入一个整数 ()。
输出格式
输出 到里最大的质数,如果没有质数,则输出"No
"。输出占一行。
样例
1
No