S = input().replace("O","0").replace("o","0").replace("l","1").replace("i","1") print(S)