Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
122625 王均歌 12for循环练习III Python3 Accepted 32 MS 3736 KB 56 2025-06-21 11:32:15

Tests(1/1):


Code:

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