c 打題常用標頭檔案 持續記錄。。。

2021-09-22 19:56:00 字數 685 閱讀 6933

萬能頭

#include
存在缺點(搬運):

1/包含的標頭檔案的過多,導致程式編譯慢

2/其不屬於標準庫裡面的標頭檔案,只是gcc的內部實現,可移植性不好

#include < iostream>    //資料流輸入/輸出

#include < string>     //字串類

#include < cmath>      //定義數學函式

#include < cstdio>      //定義輸入/輸出函式

#include < cstring>     //字串處理

#include < iomanip>     //引數化輸入/輸出

#include < iterator> //stl迭代器

#include < algorithm>    //stl 通用演算法

#include < map>       //stl 對映容器

#include < queue>      //stl 佇列容器

#include < set>       //stl 集合容器

#include < stack>      //stl 堆疊容器

#include < vector>     //stl 動態陣列容器

C 刷題常用標頭檔案

包含了常用的max min sort swap reverse。包含isalnum isalpha islower isupper isdigit tolower toupper等字元處理方法。包含 int long long long 等型別的最大最小值int max int min long m...

標準 C 常用標頭檔案

include 通用演算法 include 位集容器 include 字元處理 include 數學公式 include 複數類 include 標準c的輸入輸出 include 定義雜項函式及記憶體分配函式 include 字串 include 時間函式 include 雙端佇列容器 includ...

C 競賽常用標頭檔案

c 傳統 c include 設定插入點 include 字元處理 include 定義錯誤碼 include 浮點數處理 include 檔案輸入 輸出 include 引數化輸入 輸出 include 資料流輸入 輸出 include 定義各種資料型別最值常量 include 定義本地化函式 i...