摘要: link class Solution { public: int boxDelivering(vector<vector<int>>& boxes, int portsCount, int maxBoxes, int maxWeight) { int n=boxes.size(); vector< 阅读全文
posted @ 2020-12-14 10:52 feibilun 阅读(219) 评论(0) 推荐(0) 编辑
摘要: link class Solution { public: int stoneGameVI(vector<int>& aliceValues, vector<int>& bobValues) { int n=aliceValues.size(); vector<int> sum(n); for(in 阅读全文
posted @ 2020-12-14 08:28 feibilun 阅读(102) 评论(0) 推荐(0) 编辑