Source: 小明的背包1 - 蓝桥云课 (lanqiao.cn) 题解 python N,V=map(eval,input().split()) # dp[Num][Weight] dp=[ [0 for