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