#include<bits/stdc++.h> using namespace std; int main() { puts("200"); for(int i=1;i<=99;i++)cout<<i*2+1<<'\n'; return 0; }