#include這個頭文件的使用

#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,還有臺灣的oj都支持,CF,Topcoder也都支持。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章