#include<bits/stdc++.h>
using namespace std;
int main()
{
	puts("1");
	return 0;
}