05 2021 档案

摘要:1. package homework; public class Point { int x; int y; public Point() { super(); } public Point(int x0, int y0) { super(); this.x = x0; this.y = y0; 阅读全文
posted @ 2021-05-24 22:05 MaLD 阅读(49) 评论(0) 推荐(0) 编辑
摘要:1. package mld1; import java.util.Scanner; public class M { public static void mp() { Scanner input = new Scanner(System.in); int a[] = new int[5]; Sy 阅读全文
posted @ 2021-05-12 13:46 MaLD 阅读(56) 评论(0) 推荐(0) 编辑