Factorial trailing digits 2
For any , let () be the last twelve hexadecimal digits before the trailing zeroes in !.
For example, the hexadecimal representation of 20! is 21C3677C82B40000,
so (20) is the digit sequence 21C3677C82B4.
Find (20!). Give your answer as twelve hexadecimal digits, using uppercase for the digits A to F.
阶乘的尾数2
对于任意,记()为!的十六进制表示除去末尾零后的最后十二位数字。
例如,20!的十六进制表示为21C3677C82B40000,
因此(20)为数字序列21C3677C82B4。
求(20!)。你的答案应当是十二位十六进制数字,注意使用大写字母A至F。
Gitalking ...