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