public class PE0047 extends Problem
Modifier and Type | Field and Description |
---|---|
private ArrayList<Integer> |
primes
Storage for all primes that can occur less than one million.
|
Constructor and Description |
---|
PE0047()
|
Modifier and Type | Method and Description |
---|---|
void |
prepare()
|
String |
solve()
This method solves the given problem by checking every number to have
four distinct prime factors.
|
finish, getResult, getRuntime, toString
public PE0047()
public void prepare()
public String solve()
Mathe.getPrimeFactors(long)