#include<bits/stdc++.h>
using namespace std;
int main()
{
	int c,a;
	cin>>a;
	c=79;
	cout<<c;
	return 0;
 }