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