STL_頭文件


#include <string>

#include <vector>

#include <deque>

#include <queue>

#include <stack>

#include <list>

#include <set>

#include <map>

#include <algorithm>  // 算法

#include <numeric>  // 算法

#include <functional>  // 算法

 

#include <utility> // for std::pair // 使用容器時,容器的頭文件已經包含過該頭文件了,∴無需再次顯示引用

 

using namespace std;

 

#include <locale.h>  // for mbstowcs() / wcstombs()  // string / wstring 轉換

 

 

#include <string>
#include <vector>
#include <deque>
#include <queue>
#include <stack>
#include <list>
#include <set>
#include <map>

#include <algorithm>    // 算法
#include <numeric>    // 算法
#include <functional>    // 算法

using namespace std;

#include <locale.h> // for mbstowcs() / wcstombs()

 

C

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM