2019年1月5日 — LRUCache obj = new LRUCache(capacity); obj.put(1, 1); obj.get(1); ... value> 的对应形式不就是 C++ 中 map 的方法,而同时,也可以用一个向量来 ...
確定! 回上一頁