提交时间:2025-03-26 20:00:59

运行 ID: 314637

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