Revert "Update 背包理论基础01背包-1.md"

This reverts commit 6673c56916.
This commit is contained in:
Kelvin 2021-06-12 14:30:30 -04:00
parent 3836a86251
commit be2804f874
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ int main() {
Java
```java
public static void main(String[] args) {
public static void main(String[] args) {
int[] weight = {1, 3, 4};
int[] value = {15, 20, 30};
int bagSize = 4;