回覆列表
  • 1 # 棠溪吖

    import java.util.Scanner;

    public class text_5{

    public static void main(String args[]){

    Scanner IN=new Scanner(System.in);

    Input b=new Input(IN.nextInt());//輸入一個數,對x進行賦值

    b.a();

    }

    }

    class Input{

    int x;

    int i;

    int j;

    Input(int n){//構造方法並對x進行賦值

    x=n;

    }

    void a(){//輸出所有小於等於x的素數

    System.out.println("以下是小於等於X的素數");

    for(i=2;i<=x;i++){

    for(j=2;j<i;j++){

    if(i%j==0)

    break;

    if(j+1==i){

    System.out.println(" "+i+" ");

    }

    }

    }

    }

    }

  • 中秋節和大豐收的關聯?
  • 《權遊》中的未解之謎有哪些,龍媽會成為最後的大反派嗎?