import math, decimal

f = decimal.Decimal(math.factorial(20000))
print(format(f, '.2e'))