摘要:
#include <list> #include <iterator> …… list<int> li = {1,2}; list<int>::iterator it = prev(li.end()); //此时 it 指向 2 阅读全文
posted @ 2021-01-13 20:13
zeroPatrick
阅读(2471)
评论(0)
推荐(0)
摘要:
class Solution { private: vector<vector<bool>>* haveVisit; vector<vector<int>> memo; public: bool exist(vector<vector<char>>& board, string word) { ha 阅读全文
posted @ 2021-01-13 11:43
zeroPatrick
阅读(848)
评论(0)
推荐(0)

浙公网安备 33010602011771号