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