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

int main(){
	string a;
	cin>>a;
	cout<<58; 

	return 0;
}