Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
50474 大韩子林 2023经开区信息技术合格性考试-2 Python3 Accepted 100 44 MS 4452 KB 68 2024-12-24 14:53:15

Tests(5/5):


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


Judgement Protocol: