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