mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-26 22:14:08 +08:00
style: enable AvoidStarImport
in checkstyle (#5141)
This commit is contained in:
@ -5,7 +5,9 @@ A number is a Krishnamurthy number if the sum of the factorials of the digits of
|
||||
to the number itself. For example, 1, 2 and 145 are Krishnamurthy numbers. Krishnamurthy number is
|
||||
also referred to as a Strong number.
|
||||
*/
|
||||
import java.io.*;
|
||||
import java.io.BufferedReader;
|
||||
import java.io.IOException;
|
||||
import java.io.InputStreamReader;
|
||||
|
||||
public class KrishnamurthyNumber {
|
||||
|
||||
|
Reference in New Issue
Block a user