class Solution { public: /** * lfu design * @param operators int整型vector<vector<>> ops * @param k int整型 the k...