摘要:
题面 LC2257 代码 class Solution { public: int countUnguarded(int m, int n, vector<vector<int>>& guards, vector<vector<int>>& walls) { // we define: // 0: 阅读全文
摘要:
问题 其他几道题都没有什么问题,基本都正确。主要问题出在第一道题: 1、(Question) /* Find the sum of the first n items of the following score sequence, 2/1, 3/2, 5/3, 8/5, 13/8, 21/13, 阅读全文