#include<bits/stdc++.h>
using namespace std;

int main()
{
	freopen("p4.in","r",stdin);
	freopen("p4.out","w",stdout);
	cout<<"1"<<endl;
	return 0;
}