import re a=re.sub('I|l','1',input()) print(re.sub('O|o','0',a))