码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2018-01-27 13:42:23      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:strong   algo   tac   font   cto   pos   ++   string   gpo   

#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不支持,国外CF,Topcoder……都是支持的。

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

标签:strong   algo   tac   font   cto   pos   ++   string   gpo   

原文地址:https://www.cnblogs.com/HyattXia/p/8365442.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!