2.头文件

用这种方法声明头文件只需两行代码

#include<bits/stdc++.h>

using namespace std;

这个头文件包含以下等等C++中包含的所有头文件: 
#include <cstdio> 
#include <fstream> 
#include <algorithm> 
#include <cmath> 
#include <deque> 
#include <vector> 
#include <queue> 
#include <string> 
#include <cstring> 
#include <map> 
#include <stack> 
#include <set>

#include <iostream>

等等……

但是部分OJ站可能不支持这种写法

已知c++11支持这个


补充:已知的弊端是,用这种方法声明库,写代码过程中,DEVc++的代码补全功能不会被激活

上一篇:sysbench数据库压力测试


下一篇:如何使用具有特定AWS配置文件的dask从s3读取镶木地板文件