求奇數和。輸入一個正整數repeat(0

  代碼: 1 import java.util.*; 2 public class Main { 3 public static void main (String [] args) { 4 Scanner s=new Scanner(System.in); 5 int repeat,x; 6 repeat=s.nextInt(); 7
相關文章
相關標籤/搜索