#include using namespace std; int N; main() { cin>>N; bool f=false; for(int i=1;i<=N;i+=2) { if(f)cout<<" "; f=true; cout<