S = input() print(((((S.replace('O', '0')).replace('o','0')).replace('l','1')).replace('I','1')))