import re print(re.sub('[Oo]','0',re.sub('[Il]','1',input())))