#10070: 請教高手們


tom890530 (Who am I?)

學校 : 國立臺中第一高級中學
編號 : 50603
來源 : [118.170.127.87]
最後登入時間 :
2016-01-12 17:40:22
a007. 判斷質數 | From: [118.170.157.240] | 發表日期 : 2015-07-23 23:57

請問錯在哪?

import java.math.BigInteger;

import java.util.Scanner;

 

 

public class TestPrime {

 

    public static void main(String[] args) {

        while(true){

            Scanner sc=new Scanner(System.in);

            Boolean b;

            b=sc.nextBigInteger().isProbablePrime(1);

            System.out.println(b);

        }

    }

    

 
ZeroJudge Forum