摘要: import java.util.HashMap; import java.util.Map; public class Test { public static void main(String[] args){ Map<String,String> m = new HashMap(); m.pu 阅读全文
posted @ 2025-04-03 20:43 lfqyj 阅读(1) 评论(0) 推荐(0) 编辑
摘要: public class Main{ public static void main(String[] args){ int[] a={1,6,2,4,8,7}; Arrays.sort(a); for(int i=0;i<a.length;i++){ System.out.println(a[i] 阅读全文
posted @ 2025-04-02 18:00 lfqyj 阅读(1) 评论(0) 推荐(0) 编辑
摘要: c=Math.max(a,b); d=Math.min(a,b); 阅读全文
posted @ 2025-04-02 17:48 lfqyj 阅读(2) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示