#include<bits/stdc++.h>
using namespace std;
int main(){
	int n;
	string s;
	cin>>n;
	for(int i=1;i<=40;i++){
		cin>>s;
	}	
	cout<<1;
}