提交时间:2024-12-24 15:09:13

运行 ID: 50536

x=int(input()) n=1 i=0 if x<100 and x>1: for i in range(1,x+1): if i%2==0: n=n*i print(n)