#include<iostream> using namespace std; int main(){ int m,n,i=n; while(i<=m) if(n%2!=0){ cout<<i<<endl; i+=1; } return 0; }