提交时间:2024-12-13 19:55:10

运行 ID: 304107

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