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