关于#include <bits/stdc++.h>

#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> 
using namespace std;

int main(){
    
    return 0;
}

  替换:

#include<bits/stdc++.h>
using namespace std;

int main(){
    
    return 0;
}

  #include <bits/stdC++.h> 包含了目前c++所包含的所有头文件!

  笔试或竞赛时可以使用,学习时就没必要用了。

猜你喜欢

转载自www.cnblogs.com/htj10/p/9295964.html