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