JAVA:实现是否为Kaprekar Numbers卡布列克数算法 package com.thealgorithms.maths; import java.math.BigInteger; import java.util.*;