#include<assert.h>
#include<ctype.h>
#include<errno.h>
#include<fenv.h>
#include<float.h>
#include<inttypes.h>
#include<iso646.h>
#include<limits.h>
#include<locale.h>
#include<math.h>
#include<setjmp.h>
#include<signal.h>
#include<signal.h>
#include<stdarg.h>
#include<stdbool.h>
#include<stddef.h>
#include<stddef.h>
#include<stdint.h>
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<tgmath.h>
#include<time.h>
#include<uchar.h>
#include<wchar.h>
#include<wctype.h>
9 个赞
要整就整c++的
6 个赞
#include <bits/stdc++.h>
7 个赞
#include <time.h>
#include <Windows.h>
不包括这些
6 个赞
C++头文件,网上复制的
#include <algorithm> //STL通用算法
#include <bitset> //STL位集容器
#include <cctype>
#include <cerrno>
#include <clocale>
#include <cmath>
#include <complex> //复数类
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <deque> //STL双端队列容器
#include <exception> //异常处理类
#include <fstream>
#include <functional> //STL定义运算函数(代替运算符)
#include <limits>
#include <list> //STL线性列表容器
#include <map> //STL 映射容器
#include <iomanip>
#include <ios> //基本输入/输出支持
#include<iosfwd> //输入/输出系统使用的前置声明
#include <iostream>
#include <istream> //基本输入流
#include <ostream> //基本输出流
#include <queue> //STL队列容器
#include <set> //STL 集合容器
#include <sstream> //基于字符串的流
#include <stack> //STL堆栈容器
#include <stdexcept> //标准异常类
#include <streambuf> //底层输入/输出支持
#include <string> //字符串类
#include <utility> //STL通用模板类
#include <vector> //STL动态数组容器
#include <cwchar>
#include <cwctype>
6 个赞
确实,但是已经够用了
7 个赞
老师让写c语言
6 个赞
这也太多了吧
5 个赞
66
6 个赞
c++的更多
7 个赞
那还好有万能头,不然写头文件就很难受了
6 个赞
6,bitsstdc++有很多副作用吧,首先他不是GNUC++标准头文件,其次,他里面会有很多不需要用到的头文件,增加编译时间(include的作用就是把头文件一字不落的包含进来),还有特别多的副作用,所以尽量别用
3 个赞
666
2 个赞
what do u mean?
2 个赞
还有这个吧 #include < iterator >
1 个赞