说明 头文件名 类型 函数
    iostream std::cin
    std::cout
    fstream
    sstream
    —cout输出控制 iomanip
    关联容器 utility pair
    map map\multimap
    set set\multimap
    unordered_map unordered_map
    unordered_set unordered_set
    迭代器 iterator std::iterator begin()-end()
    顺序容器 vector std::vector
    string std::string
    list std::list
    算法 algorithm sort()-
    动态内存 memory shared_ptr
    weak_ptr
    unique_ptr
    allocator
    make_shared< type>()
    new bad_alloc nothrow
    - functional function
    数学 cmath sin() cos() sqrt()…
    cstdlib exit()