摘要: 1.只适合正整数 import java.util.Arrays;public class Main { public static void main(String[] args) { int a[] = {2, 5, 3, 1, 3, 2, 7, 0, 8, 5}; countNumber(a) 阅读全文
posted @ 2024-02-05 20:00 赵千万 阅读(1) 评论(0) 推荐(0) 编辑