函数库

阅读量: 194 编辑

常用函数库

#include <bits/stdc++.h> 	//万能头文件

各种函数库

#include <cmath>			//数学公式

#include <iomanip>			//格式化

#include <algorithm>		//算法

#include <string>			//C++字符串函数

#include <cstring>			//C风格的字符串(字符数组)操作

#include <cctype>			//字符分类和转换函数

#include <sstream>			//字符串流
爱码岛编程公众号
试卷资料
爱码岛编程小程序
在线刷题
苏ICP备13052010号
©2023 南京匠成信息科技有限公司