#include<bits/stdc++.h> using namespace std; int main(){ for(int b=1;b<=100;b+=2){ cout<<b<<" "; } return 0; }