一 二
上面是擴(kuò)展
實(shí)現(xiàn)一個(gè)冒泡排序或者快速排序 答:冒泡排序: intarray[5] = { 28,27,36,45,8}; for (int i = 0; i...