加载中...

随笔分类 -  二维完全背包dp

摘要:https://www.acwing.com/problem/content/description/1595/ dp解法 #include <iostream> #include <cstring> using namespace std; const int N = 410; int n, k, 阅读全文
posted @ 2022-08-22 14:10 英雄不问出处c 阅读(63) 评论(0) 推荐(0)