摘要: 1 import java.util.Scanner; 2 3 public class InputException{ 4 public static void main(String[] args){ 5 Scanner input = new Scanner(System.in); 6 boolean a = true; 7 ... 阅读全文
posted @ 2016-08-05 12:13 白芍的 阅读(736) 评论(0) 推荐(0) 编辑