提交时间:2024-12-13 19:54:39

运行 ID: 304106

n,m=input().split() n=int(n) m=int(m) for i in range(n,m+1): if i % 2 == 1: print(i)