摘要: 一、01背包模型 423. 采药 二维朴素做法 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int M = 1010,N = 105; int t[N],w[M],n,m 阅读全文
posted @ 2022-05-23 22:45 安河桥北i 阅读(53) 评论(0) 推荐(0)