#include<bits/stdc++.h>
using namespace std;
int main(){
	int n;
	cin>>n;
	int s=1,y=0;
	if(s>y){
		cout<<"1";
		s=y;
		
	}
	else{
		cout<<"58";
	}
}