PTA試題1----素數對問題

import java.util.Scanner;public class PrimePair {    public static void main(String[] args) {    Scanner scan = new Scanner(System.in);    int N = scan.nextInt();    scan.close();    if(N <= 100000) {
相關文章
相關標籤/搜索