st=input() st = st.replace("o", "0") st = st.replace("O", "0") st = st.replace("I", "1") st = st.replace("l", "1") print(st)