public static int[] factor(int num) {
if(num == 0) throw new IllegalArgumentException();
if(
一个简单的因数分解java代码
最新推荐文章于 2023-04-24 21:15:00 发布
public static int[] factor(int num) {
if(num == 0) throw new IllegalArgumentException();
if(