#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; string a,b,c,d; for(int i=0;i<n;i++){ cin>>a>>b>>c>>d; } cout<<1; return 0; }