Ejemplo n.º 1
0
 public int Solve()
 {
     return(ExtraMath.BigFactorial(100).ToString().Select(x => Int32.Parse("" + x)).Sum());
 }