#include<bits/stdc++.h>包含C++的所有头文件

2020-11-24 20:39

阅读:542

标签:blog   http   使用   os   文件   io   

参考博客:http://blog.kuoe0.tw/posts/2014/01/31/install-gnu-gcc-on-os-x-and-use-the-header-bits-stdcplusplus-h-and-policy-based-data-structure

做CF看见别人用这个函数,然后就能直接用vector,set,string那些函数了,摸不着头脑,感觉特神奇就百度了一下,才发现这个是C++版本升级,然后文件自带的,方便了程序员吧。不然每次都得敲那模板老长……

使用和平常的头文件一样,如下:

#include
using namespace std;
int main()
{
    int a,b;
    cin>>a>>b;
    cout
#include这个头文件包含以下等等C++中包含的所有头文件:

#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include

等等……


不过在国内oj中,poj,hdu 不支持这个函数,这几个oj的编译器问题,其他国外的oj,还有台湾的oj都支持,CF,Topcoder也都支持。

#include包含C++的所有头文件,搜素材,soscw.com

#include包含C++的所有头文件

标签:blog   http   使用   os   文件   io   

原文地址:http://blog.csdn.net/u011466175/article/details/24638621


评论


亲,登录后才可以留言!