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