摘要:
题目链接:https://leetcode.cn/problems/check-if-all-the-integers-in-a-range-are-covered/ class Solution { public: bool isCovered(vector<vector<int>>& range 阅读全文
摘要:
训练记录Codeforces Round 987 (Div. 2) 4/6 前四题都是简单思维题 A. Penchick and Modern Monument 这个题目最贪心的做法是找到出现最多的数,保留种数字不变,其他按照题目要求改大小就行 // Problem: A. Penchick and 阅读全文