Run ID:93284

提交时间:2024-10-13 09:46:39

n=int(input()) s=1 for x in range(1,n+1): s=s*x print(s)