Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
36684 袁家宝 2023经开区信息技术合格性考试-2 Python3 Accepted 100 41 MS 4456 KB 82 2023-12-28 16:16:03

Tests(5/5):


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


Judgement Protocol: