#include<iostream>
using namespace std;
int main()
{ 
	cout<<119;
	return 0;
}