C0451 数组排序sort函数


输入数组长度n,和每个元素,使用sort函数进行排序,输出排序后结果

sort使用方式
#include <algorithm>
sort(a, a+5);