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