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