C++算法常用方法即头文件

find_first_not of()

string c++详解 find_first_not_of() find_first_of()

string str="213eqweqwe";
str.find_first_not_of("213");

find_last_not_of()

用法如上

istringstream

istreamstring详解
头文件

string的erase()

erase详解

deque

#include 

deque详解

你可能感兴趣的:(leetcode刷题之路,c++)