学习笔记

 

1,sort()函数是C++中的排序函数其头文件为:#include<algorithm>头文件;

 

2.qsort()是C中的排序函数,其头文件为:#include<stdlib.h>

点赞