構建乘積數組,正則表達式匹配,表示數值的字符串,字符流中第一個不重複的字符(劍指offer51-54)c++版本

#include <iostream> #include <vector> #include <map> using namespace std; class Solution { public: //JZ51 構建乘積數組 vector<int> multiply(const vector<int>& A); //JZ52 正則表達式匹配 bool match(char* str,
相關文章
相關標籤/搜索