#include<algorithm>是C++的标准模版库(STL)中最重要的头文件之一,提供了大量基于迭代器的非成员模板函数。
/*algorithm头文件下的常用函数*/
常用函数
max()
min()
abs()
swap()
reverse()
next_permutation()
fill()
sort()
lower_bound
upper_bound()
/*algorithm头文件下的常用函数*/
常用函数
max()
min()
abs()
swap()
reverse()
next_permutation()
fill()
sort()
lower_bound
upper_bound()