最大质数
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"。输出占一行。
样例
1No
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.
输入一个整数 n,找到1到n里最大的质数,如果没有质数则输出"No"。
输入一个整数 n(n≤2×107)。
输出 1到n里最大的质数,如果没有质数,则输出"No"。输出占一行。
1No
By signing up a 战码少年-战码青少年编程(专业信息学奥赛编程训练) universal account, you can submit code and join discussions in all online judging services provided by us.