动态规划 背包问题

This commit is contained in:
whai 2024-03-12 19:10:19 +08:00
parent a834a2f158
commit b633f27b27

View File

@ -67,7 +67,7 @@ public class BeiBao {
} }
} }
// 打印dp数组 // 打印dp数组
for (int i = 0; i < goodsNumber; i++) { for (int i = 0; i < goodsNumber; i++) {