Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
122532 叶倪佳 12for循环练习II Python3 Accepted 44 MS 3804 KB 82 2025-06-21 10:37:54

Tests(10/10):


Code:

a=input() c,d=a.split() c=int(c) d=int(d) for x in range(c,d+1): print(x)