P1005-题解(C语言代码)01背包问题,代码不难,关键是思想 摘要: 今天通过这道题也终于学会了01背包问题,特此记录一下! #include <string.h> #include <stdio.h> #include <stdlib.h> #in…… 题解列表 2021年02月16日 0 点赞 0 评论 301 浏览 评分:7.5
编写题解 1272: P1005 摘要:解题思路:注意事项:参考代码:m,n=map(int,input().split()) ls=[[0,0]] for i in range(n): ls.append(list(map(…… 题解列表 2022年02月15日 0 点赞 0 评论 185 浏览 评分:0.0
1272: 采药[NOIP2005复赛普及组] 摘要:```cpp #include using namespace std; int a[1001]; int main() { int t,m,i,j,k,l,sj[101],jz[…… 题解列表 2023年03月17日 0 点赞 0 评论 166 浏览 评分:9.9