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