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