2020年4月8日

摘要: import java.util.Scanner; public class Main { public static void main(String[] args) { // TODO Auto-generated method stub Scanner input = new Scanner( 阅读全文
posted @ 2020-04-08 21:00 xyx's 阅读(499) 评论(0) 推荐(0) 编辑
摘要: import java.util.ArrayList; import java.util.Scanner; public class Main { private static Scanner input; public static void main(String[] args) { Array 阅读全文
posted @ 2020-04-08 20:58 xyx's 阅读(191) 评论(0) 推荐(0) 编辑
摘要: import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner triangle = new Scanner(System.in); double a=0,b=0,c=0; 阅读全文
posted @ 2020-04-08 20:56 xyx's 阅读(399) 评论(0) 推荐(0) 编辑
摘要: import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner letter = new Scanner(System.in); String str; str=letter 阅读全文
posted @ 2020-04-08 20:55 xyx's 阅读(358) 评论(0) 推荐(0) 编辑
摘要: import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner coor = new Scanner(System.in); double x,y; x=coor.nextD 阅读全文
posted @ 2020-04-08 20:54 xyx's 阅读(456) 评论(0) 推荐(0) 编辑
摘要: import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner tax = new Scanner(System.in); int taxStatus; float taxM 阅读全文
posted @ 2020-04-08 20:52 xyx's 阅读(211) 评论(0) 推荐(0) 编辑

导航