摘要: public class test1 { private int length; private int wideth; public test1() { } public test1(int length,int wideth) { this.length=length; this.wideth= 阅读全文
posted @ 2020-10-24 22:07 hrhnp 阅读(255) 评论(0) 推荐(0)
摘要: public class alg { public static void main(String[] args) { int[] array= {171,72,19,16,118,51,210,7,18}; for(int i=0;i<array.length;i++) { int ge=arra 阅读全文
posted @ 2020-10-24 21:58 hrhnp 阅读(135) 评论(0) 推荐(0)