We calculate the trailing zeroes of each of 100!, 200!, 300!, and 400!.
Note that we have this nice formula for calculating the trailing zeroes of n! : \(\#\text{ trailing zeros} = \displaystyle\sum_{k = 1}^\infty \left\lfloor\dfrac{n}{5^k}\right\rfloor\).
Then \(100!\) has \(\left\lfloor\dfrac{100}5\right\rfloor + \left\lfloor\dfrac{100}{5^2}\right\rfloor = 24\) trailing zeros.
Similarly, 200! has 49 trailing zeros, 300! has 74 trailing zeros, and 400! has 99 trailing zeros.
Then, (100!)(200!)(300!)(400!) has 24 + 49 + 74 + 99 = 246 trailing zeros.