Online Judge
Toggle navigation
BJEA 算法与程序设计系列课程
Home
Problems
Status
Rating
Group
Contests
Wiki
Signup
Login
Home
Status
46878
Run ID
Author
Problem
Lang
Verdict
Score
Time
Memory
Code Length
Submit Time
46878
徐梁宸
2023经开区信息技术合格性考试-2
Python3
Accepted
100
40 MS
4460 KB
77
2024-10-15 16:16:16
Tests(5/5):
n = int(input()) sub = 1 for i in range(2,n+1,2): sub *= i print(sub)
Judgement Protocol: