头文件
#include <math.h> -------基本数学算法
#include<algorithm> -------精确小数点
#include<iostream> --------主文件
#include<vector> -------动态数组
#include<stack> -------栈的头文件
#include<bits/stdc++.h> -----万能头文件