c++ 常用函数头文件(持续更新)

版权声明:原创博客,转载请标明出处! https://blog.csdn.net/caipengbenren/article/details/88550594

1.sort ---- < algorithm >
2.abs ---- < cmath.h>
3.max min ---- < algorithm>
4.next_permutation() ---- < algorithm>

未完待续。。。

猜你喜欢

转载自blog.csdn.net/caipengbenren/article/details/88550594