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