Run ID:119474
提交时间:2025-05-17 16:06:10
a=int(input()) s=1 if a=0: print(1) else: for i in range(1,a): s=s*i print(s)