Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
36911 刘宇珩 2023经开区信息技术合格性考试-2 Python3 Accepted 100 41 MS 4456 KB 98 2024-01-04 15:57:22

Tests(5/5):


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


Judgement Protocol: