sort(start,end) 从数组start位到end位进行排序sort(start,end,compara) bool compara(int a,int b){return a>b} //自定义排序的顺序