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