int n[] = { 99, -10, 100123, 18, -978, 5623, 463, -9, 287, 49 };public static void test(int []num){ int temp = 0 ; for(int i = num.length-1;i>0;--i){ for(int j = 0;j
本文共 233 字,大约阅读时间需要 1 分钟。
int n[] = { 99, -10, 100123, 18, -978, 5623, 463, -9, 287, 49 };public static void test(int []num){ int temp = 0 ; for(int i = num.length-1;i>0;--i){ for(int j = 0;j
转载于:https://my.oschina.net/tangSpace/blog/209894