Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
122624 叶倪佳 12for循环练习III Python3 Accepted 35 MS 3728 KB 56 2025-06-21 11:32:09

Tests(1/1):


Code:

for x in range(1,101): if x%2==1: print(x)