摘要: 1 public class Main{ 2 public static void main(String args[]) { 3 System.out.println("n e\r\n" + 4 "- -----------"); 5 for(int i=0;i<10;i++) { 6 ... 阅读全文
posted @ 2018-05-24 17:23 f-- 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 1 import java.util.Scanner; 2 3 public class Main{ 4 public static void main(String args[]) { 5 Scanner sc=new Scanner(System.in); 6 while(true){ 7 int n=sc.ne... 阅读全文
posted @ 2018-05-24 16:47 f-- 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 1 import java.io.*; 2 import java.util.*; 3 public class Main{ 4 public static void main(String[] args) { 5 Scanner input = new Scanner(System.in); 6 int a, b; int n; 7... 阅读全文
posted @ 2018-05-24 16:25 f-- 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 1 import java.util.HashMap; 2 import java.util.Map; 3 import java.util.Scanner; 4 5 import javax.swing.text.html.HTMLDocument.Iterator; 6 7 public cla 阅读全文
posted @ 2018-05-24 16:20 f-- 阅读(149) 评论(0) 推荐(0) 编辑