摘要: 1 package com.kt0002; 2 3 import java.util.Scanner; 4 5 public class Demo01 { 6 static Scanner sc=new Scanner(System.in); 7 8 public int getInt() { 9 System.out.prin... 阅读全文
posted @ 2019-07-25 10:49 弥屹 阅读(404) 评论(0) 推荐(0)