摘要:
link class Solution { public: int memo[5][5][7][7][1<<10]; int getMaxGridHappiness(int m, int n, int introvertsCount, int extrovertsCount) { memset(me 阅读全文
posted @ 2020-11-16 09:36
feibilun
阅读(139)
评论(0)
推荐(0)
摘要:
link class Solution { public: int n; int memo[50][1<<10]; bool canDistribute(vector<int>& nums, vector<int>& quantity) { vector<int> cnt(1001); n=quan 阅读全文
posted @ 2020-11-16 09:35
feibilun
阅读(131)
评论(0)
推荐(0)

浙公网安备 33010602011771号