print(input().translate(str.maketrans({'I':'1','l':'1','o':'0', 'O':'0'})))