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

int main(){
	cin>>a;
	if(2>1)
	cout<<34; 
return 0;
}