public static void main(String[] args) { int[] value = {100, 150, 350}; int[] weight = {1, 4, 3}; System.out.println(dynamic(5, value, weight)); } /** Read More
posted @ 2021-06-28 16:48 活出自己范儿 Views(29) Comments(0) Diggs(0)