摘要: 贪心算法 class Solution { public: vector<vector<int>> restoreMatrix(vector<int>& rowSum, vector<int>& colSum) { int row = rowSum.size(); int col = colSum. 阅读全文
posted @ 2020-10-04 00:54 是水泵呢 阅读(149) 评论(0) 推荐(0) 编辑
摘要: class Solution { public: vector<string> alertNames(vector<string>& keyName, vector<string>& keyTime) { map<string, set<string> > mp; int n = keyName.s 阅读全文
posted @ 2020-10-04 00:36 是水泵呢 阅读(125) 评论(0) 推荐(0) 编辑