#include<bits/stdc++.h> using namespace std; long long n; string s; int main(){ cin >> n; while(n --){ cin >> s; } cout << 1; return 0; }