Calculate the sum of digits in 100 factorial
问题 Edit - Changed title to match the actual problem statement. I'm programming a function that calculates the sum of digits in 100! but I seem to be having two big issues. The actual result of 100! is only accurate to the first few numbers (actual result is 93326215443944152681699238856266700490715968264381621468592963895217599993229915608941463976156518286253697920827223758251185210916864000000000000000000000000) My method for adding up the digits of the resulting number doesn't output the