您的位置:首页 > 编程语言 > C语言/C++

include < bits / stdc++ .h>

2016-07-19 20:32 375 查看
include < bits / stdc++ .h> 这个头文件包含以下等等C++中包含的所有头文件:

#include <iostream>
#include <cstdio>
#include <fstream>
#include <algorithm>
#include <cmath>
#include <deque>
#include <vector>
#include <queue>
#include <string>
#include <cstring>
#include <map>
#include <stack>
#include <set>
.......


等等……

在国内oj中,poj,hdu 不支持这个函数,台湾的oj支持,其它国外的oj都支持,CF,Topcoder也都支持。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: