示例#1
0
 public static long GetSolutionOfProblem38()
 {
     return(PandigitalHelper.GetLargest1To9PandigitalConcatenatedProduct());
 }
示例#2
0
 public static long GetSolutionOfProblem43()
 {
     return(PandigitalHelper.Get0To9PandigitalNumbersWhichSatisfySubstringDivisibility().Sum());
 }
示例#3
0
 public static long GetSolutionOfProblem32()
 {
     return(PandigitalHelper.GetListOfPandigitalProductForWhichMultiplicantMultiplierProductIdenitityConsistsOf9Digits().Sum());
 }
示例#4
0
 public static long GetSolutionOfProblem41()
 {
     return(PandigitalHelper.GetLargestNPandigitalPrime());
 }