Run ID:122530
提交时间:2025-06-21 10:35:57
a=imput() c,d=a.split() c=int(c) d=int(d) for x in range(c,d+1): print(x)