思路:hash_map 和list 容器class LRUCache{ public: struct node{ int key; int value; node(int k, int v) :key(k), value(
確定! 回上一頁