摘要: import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner in=new Scanner(System.in); int p=Integer.parseInt(in.ne 阅读全文
posted @ 2018-09-12 22:57 默语柯 阅读(242) 评论(0) 推荐(0) 编辑
摘要: import java.util.Scanner; public class Main { public static void main (String[] args) { Scanner scanner=new Scanner(System.in); int n=scanner.nextInt( 阅读全文
posted @ 2018-09-12 17:53 默语柯 阅读(285) 评论(0) 推荐(0) 编辑
摘要: import java.util.Scanner; public class Main { public static void main (String[] args) { Scanner scanner=new Scanner(System.in); int score=0; int sum=0 阅读全文
posted @ 2018-09-12 16:24 默语柯 阅读(214) 评论(0) 推荐(0) 编辑