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