摘要: public class A{ public static void main(String[] args){ int[] nums={-1,1,3,19,55,66}; //降序 66 55 19 3 1 -1 int num=66; int index=A.getIndex(nums,num); 阅读全文
posted @ 2019-05-27 23:59 Bronze-y 阅读(164) 评论(0) 推荐(0) 编辑