摘要: import java.util.Scanner; public class HelloWorld { public static void main(String[] args) { Scanner s = new Scanner(System.in); int a = s.nextInt(); 阅读全文
posted @ 2020-01-20 23:21 唔北 阅读(107) 评论(0) 推荐(0)