提交时间:2024-12-13 19:56:02
运行 ID: 304108
n,m =input().split() n =int(n) m =int(m) for b in range(n,m+1): if b % 2 == 1: print(b)