#include<bits/stdc++.h> using namespace std; long long n,m; int main() { scanf("%lld%lld",&n,&m); if(m==99) { printf("99"); return 0; } return 0; }