Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
36888 朱赫天 2023经开区信息技术合格性考试-2 Python3 Accepted 100 40 MS 4456 KB 63 2024-01-04 15:44:32

Tests(5/5):


a=int(input()) s=1 for i in range(2,a+1,2): s=s*i print(s)


Judgement Protocol: