#include<bits/stdc++.h> 
using namespace std;
int main(){
	string a,b;
	cin>>a,b;
	for(int i=a;i<b;i++){
		if(i[1]!=0){
			bool f=true;
			if(i.size==4){
				int g=0;
				for(int j=0;j<i.size;j++){
					if(i[j]==1||i[j]==2||i[j]==0||i[j]==3){
		                f=flase;
			        }
			        if(f=flase){
			        	g++;
					}
				}		
		   	}

	cout<<99;
 }