#include<bits/stdc++.h>
using namespace std;
int a,b;
int main(){
	cin>>a>>b;
	if(a==1&&a==99){
		cout<<"99";
	}
}