#include<bits/stdc++.h>
using namespace std;
int n;
struct slan{
	string a,b,c,d;
}array[1];
int main(){
	cout<<1;
	return 0;
}