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