For given positive integer n, what is the last non-zero digit of n!?

Example: factorial(11) = 39916800

Last non-zero digit is 8.

Optional: Can you make an efficient algorithm for very large n?

Solution Stats

137 Solutions

77 Solvers

Last Solution submitted on Mar 11, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...