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;
阅读全文
摘要: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
阅读全文