Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
36790 刘思源 2023经开区信息技术合格性考试-2 Python3 Accepted 100 40 MS 4448 KB 94 2024-01-04 15:05:17

Tests(5/5):


N=int(input()) x=1 for i in range (1,N+1): if i%2==0: x=x*i print(x)


Judgement Protocol: