Ejemplo n.º 1
0
 public static void Test4()
 {
     testing(SumDigNth.SumDigNthTerm(10, new long[] { 2, 1, 3 }, 78), 10);
 }
Ejemplo n.º 2
0
 public static void Test5()
 {
     testing(SumDigNth.SumDigNthTerm(10, new long[] { 2, 1, 3 }, 157), 7);
 }
Ejemplo n.º 3
0
 public static void Test3()
 {
     testing(SumDigNth.SumDigNthTerm(10, new long[] { 2, 1, 3 }, 50), 9);
 }