提交时间:2026-06-12 15:06:31
运行 ID: 91120
n = int(input()) m = 1 for i in range(1, n + 1): m *= i print(m)