05 2021 档案

摘要:1. package q; public class point { int x; int y; public point(int x0, int y0) { super(); this.x = x0; this.y = y0; } public point() { super(); } publi 阅读全文
posted @ 2021-05-25 15:39 我真呵呵了 阅读(68) 评论(0) 推荐(0)
摘要:1. package sr5; public class t1 { public static void px(int a[]){ for (int i = 0; i < a.length-1; i++) { for (int j = 0; j < a.length-1-i; j++) { if ( 阅读全文
posted @ 2021-05-10 19:16 我真呵呵了 阅读(56) 评论(0) 推荐(0)