常用函数库
#include <bits/stdc++.h> //万能头文件
各种函数库
#include <cmath> //数学公式
#include <iomanip> //格式化
#include <algorithm> //算法
#include <string> //C++字符串函数
#include <cstring> //C风格的字符串(字符数组)操作
#include <cctype> //字符分类和转换函数
#include <sstream> //字符串流