JAVA:实现是否为Krishnamurthy数算法
package com.thealgorithms.maths;
import java.io.*;
public class KrishnamurthyNumber {
//returns True if the number is a Krishnamurthy number
package com.thealgorithms.maths;
import java.io.*;
public class KrishnamurthyNumber {
//returns True if the number is a Krishnamurthy number