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) {
相关文章
相关标签/搜索