4887| 5
|
关于JAVA的一道题 |
20鱼币
最佳答案import java.util.Scanner;
public class Test {
public static void main(String[] args) {
String n = getInput();
if (!isValid(n)) {
System.out.println("输入不合法");
return;
}
if (isPrime(Integer.parseInt(n))) {
System.out.println("yes");
}else {
System.out.println("no");
}
}
public static String getInput(){
System.out.println("请输入一个自然 ...
| ||
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
|
||
发表于 2015-3-11 19:22:49
|
显示全部楼层
| ||
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
|
||
| ||
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
|
||
发表于 2015-3-15 23:00:34
|
显示全部楼层
| ||
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
|
||
小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)
GMT+8, 2024-11-14 13:13
Powered by Discuz! X3.4
© 2001-2023 Discuz! Team.