from re import sub print(sub("O|o", "0", sub("I|l", "1", input())))