Run ID:142196

提交时间:2026-01-01 16:29:24

n=int(input()) res=1 for i in range(n): res*=i print(res)