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