题解列表

筛选

奇偶的秘密 (Java代码)

摘要:Scanner sc=new Scanner(System.in);     int n=sc.nextInt();     int arr[]=new int[n];     for(i……