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