s=input() print(s.translate(str.maketrans('oOlI', '0011')))