Run ID:137254
提交时间:2025-11-16 22:09:21
n = int(input()) x = 0 for i in range(1,n): x+=1 n = n*x print(n)