Update max_product_cutting.java (#647)

pull/651/head
Night Cruising 1 year ago committed by GitHub
parent 17f995b432
commit 41db3701ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,6 +35,6 @@ public class max_product_cutting {
// 贪心算法
int res = maxProductCutting(n);
System.out.println("最大切分乘积为" + res);
System.out.println("最大切分乘积为 " + res);
}
}

Loading…
Cancel
Save