Online Judge
Toggle navigation
C++题库系统 OJ
首页
问题列表
状态
排行榜
登录
首页
状态
122532
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)